Sky Blue

#9DD4EC

Blue

Color Codes

All color formats for development

HEX
#9DD4EC
RGB
rgb(157, 212, 236)
HSL
hsl(198, 68%, 77%)
OKLCH
oklch(0.84 0.066 226.7)
CMYK
cmyk(33%, 10%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.61:1

AA AAA

On Black Background

13.06:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2F9
100
#E1F2
200
#C7E7
300
#9CD4
400
#69BE
500
#3EAB
600
#248F
700
#1D72
800
#1451
900
#0D34
950
#0820

Shades

Darker variations

1#7BC6E6
2#5AB8E0
3#3AA9D9
4#2696C6
5#1F7DA5
6#196484
7#134B63
8#0D3242
9#061921

Tints

Lighter variations

1#A6D9EE
2#B0DDF0
3#BAE1F2
4#C4E5F4
5#CEEAF6
6#D8EEF7
7#E1F2F9
8#EBF6FB
9#F5FBFD

Tones

Muted variations

1#A0D3E8
2#A4D1E4
3#A8D0E0
4#ACCEDC
5#B0CCD8
6#B4CBD4
7#B8C9D0
8#BCC8CC
9#C0C6C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2F9
#F2F9FD
BackgroundsSubtle highlightsCard backgrounds
100
E1F2
#E1F2F9
Light backgroundsTable row hoverSkeleton loading
200
C7E7
#C7E7F4
Secondary backgroundsInput backgroundsDividers
300
9CD4
#9CD4EC
BordersInactive statesPlaceholder text
400
69BE
#69BEE2
Disabled statesSecondary iconsMuted text
500
3EAB
#3EABDA
Primary brand colorCTAsActive elementsLinks
600
248F
#248FBC
Hover statesFocus ringsPrimary buttons hover
700
1D72
#1D7296
Active/pressed statesDark mode accentsSecondary text
800
1451
#14516B
Text on light backgroundsHeadingsStrong borders
900
0D34
#0D3445
Primary textHigh emphasis contentDark headings
950
0820
#08202B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2F9FD;
  --sky-blue-100: #E1F2F9;
  --sky-blue-200: #C7E7F4;
  --sky-blue-300: #9CD4EC;
  --sky-blue-400: #69BEE2;
  --sky-blue-500: #3EABDA;
  --sky-blue-600: #248FBC;
  --sky-blue-700: #1D7296;
  --sky-blue-800: #14516B;
  --sky-blue-900: #0D3445;
  --sky-blue-950: #08202B;
}
Generate More ShadesCreate PaletteConvert Color