Sky Blue

#9FC8E9

Blue

Color Codes

All color formats for development

HEX
#9FC8E9
RGB
rgb(159, 200, 233)
HSL
hsl(207, 63%, 77%)
OKLCH
oklch(0.815 0.064 242.9)
CMYK
cmyk(32%, 14%, 0%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.76:1

AA AAA

On Black Background

11.91:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3F8
100
#E2EE
200
#C9E0
300
#9FC8
400
#6EAB
500
#4493
600
#2A77
700
#215F
800
#1844
900
#0F2B
950
#091B

Shades

Darker variations

1#7FB6E2
2#5FA3DB
3#3F91D4
4#2C7DC0
5#2468A0
6#1D5380
7#163F60
8#0F2A40
9#071520

Tints

Lighter variations

1#A9CEEB
2#B3D3EE
3#BCD9F0
4#C6DEF2
5#CFE4F4
6#D9E9F6
7#E2EFF8
8#ECF4FB
9#F5FAFD

Tones

Muted variations

1#A3C8E6
2#A7C7E2
3#AAC7DE
4#AEC7DB
5#B2C6D7
6#B6C6D3
7#B9C5CF
8#BDC5CC
9#C1C5C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3F8
#F3F8FC
BackgroundsSubtle highlightsCard backgrounds
100
E2EE
#E2EEF8
Light backgroundsTable row hoverSkeleton loading
200
C9E0
#C9E0F3
Secondary backgroundsInput backgroundsDividers
300
9FC8
#9FC8E9
BordersInactive statesPlaceholder text
400
6EAB
#6EABDE
Disabled statesSecondary iconsMuted text
500
4493
#4493D5
Primary brand colorCTAsActive elementsLinks
600
2A77
#2A77B7
Hover statesFocus ringsPrimary buttons hover
700
215F
#215F91
Active/pressed statesDark mode accentsSecondary text
800
1844
#184468
Text on light backgroundsHeadingsStrong borders
900
0F2B
#0F2B43
Primary textHigh emphasis contentDark headings
950
091B
#091B2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F3F8FC;
  --sky-blue-100: #E2EEF8;
  --sky-blue-200: #C9E0F3;
  --sky-blue-300: #9FC8E9;
  --sky-blue-400: #6EABDE;
  --sky-blue-500: #4493D5;
  --sky-blue-600: #2A77B7;
  --sky-blue-700: #215F91;
  --sky-blue-800: #184468;
  --sky-blue-900: #0F2B43;
  --sky-blue-950: #091B2A;
}
Generate More ShadesCreate PaletteConvert Color