Sky Blue

#9CD6EC

Blue

Color Codes

All color formats for development

HEX
#9CD6EC
RGB
rgb(156, 214, 236)
HSL
hsl(197, 68%, 77%)
OKLCH
oklch(0.844 0.067 223.4)
CMYK
cmyk(34%, 9%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.59:1

AA AAA

On Black Background

13.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FA
100
#E1F2
200
#C7E8
300
#9CD6
400
#69C0
500
#3EAE
600
#2491
700
#1D74
800
#1453
900
#0D35
950
#0821

Shades

Darker variations

1#7BC8E6
2#5ABAE0
3#3AACD9
4#2699C6
5#1F7FA5
6#196684
7#134C63
8#0D3342
9#061921

Tints

Lighter variations

1#A6DAEE
2#B0DEF0
3#BAE2F2
4#C4E6F4
5#CEEAF6
6#D8EEF7
7#E1F3F9
8#EBF7FB
9#F5FBFD

Tones

Muted variations

1#A0D4E8
2#A4D2E4
3#A8D0E0
4#ACCFDC
5#B0CDD8
6#B4CBD4
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
E1F2
#E1F2F9
Light backgroundsTable row hoverSkeleton loading
200
C7E8
#C7E8F4
Secondary backgroundsInput backgroundsDividers
300
9CD6
#9CD6EC
BordersInactive statesPlaceholder text
400
69C0
#69C0E2
Disabled statesSecondary iconsMuted text
500
3EAE
#3EAEDA
Primary brand colorCTAsActive elementsLinks
600
2491
#2491BC
Hover statesFocus ringsPrimary buttons hover
700
1D74
#1D7496
Active/pressed statesDark mode accentsSecondary text
800
1453
#14536B
Text on light backgroundsHeadingsStrong borders
900
0D35
#0D3545
Primary textHigh emphasis contentDark headings
950
0821
#08212B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FAFD;
  --sky-blue-100: #E1F2F9;
  --sky-blue-200: #C7E8F4;
  --sky-blue-300: #9CD6EC;
  --sky-blue-400: #69C0E2;
  --sky-blue-500: #3EAEDA;
  --sky-blue-600: #2491BC;
  --sky-blue-700: #1D7496;
  --sky-blue-800: #14536B;
  --sky-blue-900: #0D3545;
  --sky-blue-950: #08212B;
}
Generate More ShadesCreate PaletteConvert Color