Cerulean Color Palette

Bright cerulean blue captures the essence of a cloudless sky, paired with airy white and soft periwinkle. An uplifting palette for weather apps, airline branding, and clean tech startups.

#007BA7

Deep Cyan

RGB(0, 123, 167)

HSL(196, 100%, 33%)

#2196CE

Cyan

RGB(33, 150, 206)

HSL(199, 72%, 47%)

#4FAFE8

Blue

RGB(79, 175, 232)

HSL(202, 77%, 61%)

#80C7F0

Pale Blue

RGB(128, 199, 240)

HSL(202, 79%, 72%)

#B0DDF7

Light Blue

RGB(176, 221, 247)

HSL(202, 82%, 83%)

#E0F3FD

Light Blue

RGB(224, 243, 253)

HSL(201, 88%, 94%)

lightbulbBest Use Cases

  • checkWeather apps
  • checkAirline branding
  • checkClean tech

businessIndustries

  • checkAviation
  • checkTechnology
Mood:uplifting

codeUse in Your Code

CSS Custom Properties

:root {
  --color-1: #007BA7;
  --color-2: #2196CE;
  --color-3: #4FAFE8;
  --color-4: #80C7F0;
  --color-5: #B0DDF7;
  --color-6: #E0F3FD;
}

Tailwind CSS Config

colors: {
  'cerulean-1': '#007BA7',
  'cerulean-2': '#2196CE',
  'cerulean-3': '#4FAFE8',
  'cerulean-4': '#80C7F0',
  'cerulean-5': '#B0DDF7',
  'cerulean-6': '#E0F3FD',
}
ceruleanbluebrightskyuplifting

Want to Extract Colors from Your Own Images?

Upload any photo and get a custom color palette instantly — free.

Try PaletteAI Free

Related Palettes