Sky Blue

#9FE9E7

Cyan

Color Codes

All color formats for development

HEX
#9FE9E7
RGB
rgb(159, 233, 231)
HSL
hsl(178, 63%, 77%)
OKLCH
oklch(0.885 0.073 193.8)
CMYK
cmyk(32%, 0%, 1%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.37:1

AA AAA

On Black Background

15.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#C9F3
300
#9FE9
400
#6EDE
500
#44D5
600
#2AB7
700
#2191
800
#1868
900
#0F43
950
#092A

Shades

Darker variations

1#7FE2DF
2#5FDBD7
3#3FD4CF
4#2CC0BB
5#24A09C
6#1D807D
7#16605E
8#0F403E
9#07201F

Tints

Lighter variations

1#A9EBE9
2#B3EEEC
3#BCF0EE
4#C6F2F1
5#CFF4F3
6#D9F6F5
7#E2F8F8
8#ECFBFA
9#F5FDFD

Tones

Muted variations

1#A3E6E3
2#A7E2E0
3#AADEDC
4#AEDBD9
5#B2D7D6
6#B6D3D2
7#B9CFCF
8#BDCCCB
9#C1C8C8

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCFC
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8F8
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3F1
Secondary backgroundsInput backgroundsDividers
300
9FE9
#9FE9E7
BordersInactive statesPlaceholder text
400
6EDE
#6EDEDA
Disabled statesSecondary iconsMuted text
500
44D5
#44D5D0
Primary brand colorCTAsActive elementsLinks
600
2AB7
#2AB7B2
Hover statesFocus ringsPrimary buttons hover
700
2191
#21918E
Active/pressed statesDark mode accentsSecondary text
800
1868
#186865
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F4341
Primary textHigh emphasis contentDark headings
950
092A
#092A28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F3FCFC;
  --sky-blue-100: #E2F8F8;
  --sky-blue-200: #C9F3F1;
  --sky-blue-300: #9FE9E7;
  --sky-blue-400: #6EDEDA;
  --sky-blue-500: #44D5D0;
  --sky-blue-600: #2AB7B2;
  --sky-blue-700: #21918E;
  --sky-blue-800: #186865;
  --sky-blue-900: #0F4341;
  --sky-blue-950: #092A28;
}
Generate More ShadesCreate PaletteConvert Color