Sky Blue

#9CD8EC

Blue

Color Codes

All color formats for development

HEX
#9CD8EC
RGB
rgb(156, 216, 236)
HSL
hsl(195, 68%, 77%)
OKLCH
oklch(0.848 0.067 220.6)
CMYK
cmyk(34%, 8%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.56:1

AA AAA

On Black Background

13.45:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FA
100
#E1F3
200
#C7E9
300
#9CD8
400
#69C4
500
#3EB3
600
#2496
700
#1D78
800
#1455
900
#0D37
950
#0822

Shades

Darker variations

1#7BCBE6
2#5ABEE0
3#3AB1D9
4#269EC6
5#1F84A5
6#196984
7#134F63
8#0D3542
9#061A21

Tints

Lighter variations

1#A6DCEE
2#B0E0F0
3#BAE4F2
4#C4E8F4
5#CEECF6
6#D8F0F7
7#E1F3F9
8#EBF7FB
9#F5FBFD

Tones

Muted variations

1#A0D6E8
2#A4D4E4
3#A8D2E0
4#ACD0DC
5#B0CED8
6#B4CCD4
7#B8CAD0
8#BCC8CC
9#C0C6C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FA
#F2FAFD
BackgroundsSubtle highlightsCard backgrounds
100
E1F3
#E1F3F9
Light backgroundsTable row hoverSkeleton loading
200
C7E9
#C7E9F4
Secondary backgroundsInput backgroundsDividers
300
9CD8
#9CD8EC
BordersInactive statesPlaceholder text
400
69C4
#69C4E2
Disabled statesSecondary iconsMuted text
500
3EB3
#3EB3DA
Primary brand colorCTAsActive elementsLinks
600
2496
#2496BC
Hover statesFocus ringsPrimary buttons hover
700
1D78
#1D7896
Active/pressed statesDark mode accentsSecondary text
800
1455
#14556B
Text on light backgroundsHeadingsStrong borders
900
0D37
#0D3745
Primary textHigh emphasis contentDark headings
950
0822
#08222B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FAFD;
  --sky-blue-100: #E1F3F9;
  --sky-blue-200: #C7E9F4;
  --sky-blue-300: #9CD8EC;
  --sky-blue-400: #69C4E2;
  --sky-blue-500: #3EB3DA;
  --sky-blue-600: #2496BC;
  --sky-blue-700: #1D7896;
  --sky-blue-800: #14556B;
  --sky-blue-900: #0D3745;
  --sky-blue-950: #08222B;
}
Generate More ShadesCreate PaletteConvert Color