Sky Blue

#5DEED8

Cyan

Color Codes

All color formats for development

HEX
#5DEED8
RGB
rgb(93, 238, 216)
HSL
hsl(171, 81%, 65%)
OKLCH
oklch(0.865 0.128 181.4)
CMYK
cmyk(61%, 0%, 9%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.43:1

AA AAA

On Black Background

14.69: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#3FEBD1
2#21E8CA
3#16D2B6
4#13B49C
5#109682
6#0D7868
7#095A4E
8#063C34
9#031E1A

Tints

Lighter variations

1#6EF0DC
2#7EF1E0
3#8EF3E4
4#9EF5E8
5#AEF7EC
6#BEF8F0
7#CFFAF3
8#DFFCF7
9#EFFDFB

Tones

Muted variations

1#65E7D3
2#6CE0CE
3#73D8C9
4#7AD1C4
5#82CABF
6#89C3BA
7#90BBB5
8#97B4B0
9#9FADAB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCF7
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9F1
Secondary backgroundsInput backgroundsDividers
300
95F4
#95F4E6
BordersInactive statesPlaceholder text
400
5DEE
#5DEED8
Disabled statesSecondary iconsMuted text
500
2FE9
#2FE9CD
Primary brand colorCTAsActive elementsLinks
600
15CB
#15CBB0
Hover statesFocus ringsPrimary buttons hover
700
11A2
#11A28C
Active/pressed statesDark mode accentsSecondary text
800
0C73
#0C7364
Text on light backgroundsHeadingsStrong borders
900
084A
#084A40
Primary textHigh emphasis contentDark headings
950
052E
#052E28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FEFC;
  --sky-blue-100: #DFFCF7;
  --sky-blue-200: #C3F9F1;
  --sky-blue-300: #95F4E6;
  --sky-blue-400: #5DEED8;
  --sky-blue-500: #2FE9CD;
  --sky-blue-600: #15CBB0;
  --sky-blue-700: #11A28C;
  --sky-blue-800: #0C7364;
  --sky-blue-900: #084A40;
  --sky-blue-950: #052E28;
}
Generate More ShadesCreate PaletteConvert Color