Sky Blue

#9CCEEC

Blue

Color Codes

All color formats for development

HEX
#9CCEEC
RGB
rgb(156, 206, 236)
HSL
hsl(203, 68%, 77%)
OKLCH
oklch(0.827 0.067 235)
CMYK
cmyk(34%, 13%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.69:1

AA AAA

On Black Background

12.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F9
100
#E1F0
200
#C7E3
300
#9CCE
400
#69B4
500
#3E9E
600
#2482
700
#1D67
800
#144A
900
#0D2F
950
#081E

Shades

Darker variations

1#7BBDE6
2#5AADE0
3#3A9CD9
4#2689C6
5#1F72A5
6#195B84
7#134463
8#0D2E42
9#061721

Tints

Lighter variations

1#A6D3EE
2#B0D8F0
3#BADCF2
4#C4E1F4
5#CEE6F6
6#D8EBF7
7#E1F0F9
8#EBF5FB
9#F5FAFD

Tones

Muted variations

1#A0CDE8
2#A4CCE4
3#A8CBE0
4#ACCADC
5#B0C9D8
6#B4C8D4
7#B8C7D0
8#BCC6CC
9#C0C5C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F9
#F2F9FD
BackgroundsSubtle highlightsCard backgrounds
100
E1F0
#E1F0F9
Light backgroundsTable row hoverSkeleton loading
200
C7E3
#C7E3F4
Secondary backgroundsInput backgroundsDividers
300
9CCE
#9CCEEC
BordersInactive statesPlaceholder text
400
69B4
#69B4E2
Disabled statesSecondary iconsMuted text
500
3E9E
#3E9EDA
Primary brand colorCTAsActive elementsLinks
600
2482
#2482BC
Hover statesFocus ringsPrimary buttons hover
700
1D67
#1D6796
Active/pressed statesDark mode accentsSecondary text
800
144A
#144A6B
Text on light backgroundsHeadingsStrong borders
900
0D2F
#0D2F45
Primary textHigh emphasis contentDark headings
950
081E
#081E2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F9FD;
  --sky-blue-100: #E1F0F9;
  --sky-blue-200: #C7E3F4;
  --sky-blue-300: #9CCEEC;
  --sky-blue-400: #69B4E2;
  --sky-blue-500: #3E9EDA;
  --sky-blue-600: #2482BC;
  --sky-blue-700: #1D6796;
  --sky-blue-800: #144A6B;
  --sky-blue-900: #0D2F45;
  --sky-blue-950: #081E2B;
}
Generate More ShadesCreate PaletteConvert Color