Sky Blue Color Palette

Airy sky blue tones from cerulean to ice white evoke clear days and open horizons. A universally appealing palette for healthcare apps, children's products, and clean tech interfaces.

#4A90D9

Blue

RGB(74, 144, 217)

HSL(211, 65%, 57%)

#6BB3E0

Blue

RGB(107, 179, 224)

HSL(203, 65%, 65%)

#87CEEB

Pale Cyan

RGB(135, 206, 235)

HSL(197, 71%, 73%)

#B0DCF1

Light Cyan

RGB(176, 220, 241)

HSL(199, 70%, 82%)

#D6EEF8

Light Cyan

RGB(214, 238, 248)

HSL(198, 71%, 91%)

#F0F9FF

Light Blue

RGB(240, 249, 255)

HSL(204, 100%, 97%)

lightbulbBest Use Cases

  • checkHealthcare apps
  • checkChildren's products
  • checkClean tech

businessIndustries

  • checkHealthcare
  • checkTechnology
Mood:airy

codeUse in Your Code

CSS Custom Properties

:root {
  --color-1: #4A90D9;
  --color-2: #6BB3E0;
  --color-3: #87CEEB;
  --color-4: #B0DCF1;
  --color-5: #D6EEF8;
  --color-6: #F0F9FF;
}

Tailwind CSS Config

colors: {
  'sky-blue-1': '#4A90D9',
  'sky-blue-2': '#6BB3E0',
  'sky-blue-3': '#87CEEB',
  'sky-blue-4': '#B0DCF1',
  'sky-blue-5': '#D6EEF8',
  'sky-blue-6': '#F0F9FF',
}
skybluelightairyclean

Want to Extract Colors from Your Own Images?

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

Try PaletteAI Free

Related Palettes