Sky Blue

#5DEEDD

Cyan

Color Codes

All color formats for development

HEX
#5DEEDD
RGB
rgb(93, 238, 221)
HSL
hsl(173, 81%, 65%)
OKLCH
oklch(0.867 0.126 184.4)
CMYK
cmyk(61%, 0%, 7%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.42:1

AA AAA

On Black Background

14.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DFFC
200
#C3F9
300
#95F4
400
#5DEE
500
#2FE9
600
#15CB
700
#11A2
800
#0C73
900
#084A
950
#052E

Shades

Darker variations

1#3FEBD7
2#21E8D1
3#16D2BC
4#13B4A1
5#109686
6#0D786B
7#095A51
8#063C36
9#031E1B

Tints

Lighter variations

1#6EF0E1
2#7EF1E4
3#8EF3E7
4#9EF5EB
5#AEF7EE
6#BEF8F1
7#CFFAF5
8#DFFCF8
9#EFFDFC

Tones

Muted variations

1#65E7D8
2#6CE0D2
3#73D8CD
4#7AD1C7
5#82CAC1
6#89C3BC
7#90BBB6
8#97B4B1
9#9FADAB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCF8
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9F2
Secondary backgroundsInput backgroundsDividers
300
95F4
#95F4E9
BordersInactive statesPlaceholder text
400
5DEE
#5DEEDD
Disabled statesSecondary iconsMuted text
500
2FE9
#2FE9D4
Primary brand colorCTAsActive elementsLinks
600
15CB
#15CBB6
Hover statesFocus ringsPrimary buttons hover
700
11A2
#11A291
Active/pressed statesDark mode accentsSecondary text
800
0C73
#0C7367
Text on light backgroundsHeadingsStrong borders
900
084A
#084A42
Primary textHigh emphasis contentDark headings
950
052E
#052E29
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FEFC;
  --sky-blue-100: #DFFCF8;
  --sky-blue-200: #C3F9F2;
  --sky-blue-300: #95F4E9;
  --sky-blue-400: #5DEEDD;
  --sky-blue-500: #2FE9D4;
  --sky-blue-600: #15CBB6;
  --sky-blue-700: #11A291;
  --sky-blue-800: #0C7367;
  --sky-blue-900: #084A42;
  --sky-blue-950: #052E29;
}
Generate More ShadesCreate PaletteConvert Color