Sky Blue

#9CE3EC

Cyan

Color Codes

All color formats for development

HEX
#9CE3EC
RGB
rgb(156, 227, 236)
HSL
hsl(187, 68%, 77%)
OKLCH
oklch(0.872 0.072 205.9)
CMYK
cmyk(34%, 4%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.44:1

AA AAA

On Black Background

14.61:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FB
100
#E1F6
200
#C7EF
300
#9CE3
400
#69D4
500
#3EC8
600
#24AB
700
#1D88
800
#1461
900
#0D3E
950
#0827

Shades

Darker variations

1#7BDAE6
2#5AD0E0
3#3AC7D9
4#26B3C6
5#1F95A5
6#197784
7#135A63
8#0D3C42
9#061E21

Tints

Lighter variations

1#A6E6EE
2#B0E9F0
3#BAEBF2
4#C4EEF4
5#CEF1F6
6#D8F4F7
7#E1F7F9
8#EBF9FB
9#F5FCFD

Tones

Muted variations

1#A0E0E8
2#A4DDE4
3#A8DAE0
4#ACD7DC
5#B0D4D8
6#B4D1D4
7#B8CED0
8#BCCACC
9#C0C7C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FB
#F2FBFD
BackgroundsSubtle highlightsCard backgrounds
100
E1F6
#E1F6F9
Light backgroundsTable row hoverSkeleton loading
200
C7EF
#C7EFF4
Secondary backgroundsInput backgroundsDividers
300
9CE3
#9CE3EC
BordersInactive statesPlaceholder text
400
69D4
#69D4E2
Disabled statesSecondary iconsMuted text
500
3EC8
#3EC8DA
Primary brand colorCTAsActive elementsLinks
600
24AB
#24ABBC
Hover statesFocus ringsPrimary buttons hover
700
1D88
#1D8896
Active/pressed statesDark mode accentsSecondary text
800
1461
#14616B
Text on light backgroundsHeadingsStrong borders
900
0D3E
#0D3E45
Primary textHigh emphasis contentDark headings
950
0827
#08272B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F2FBFD;
  --sky-blue-100: #E1F6F9;
  --sky-blue-200: #C7EFF4;
  --sky-blue-300: #9CE3EC;
  --sky-blue-400: #69D4E2;
  --sky-blue-500: #3EC8DA;
  --sky-blue-600: #24ABBC;
  --sky-blue-700: #1D8896;
  --sky-blue-800: #14616B;
  --sky-blue-900: #0D3E45;
  --sky-blue-950: #08272B;
}
Generate More ShadesCreate PaletteConvert Color