Sky Blue

#5DEEE2

Cyan

Color Codes

All color formats for development

HEX
#5DEEE2
RGB
rgb(93, 238, 226)
HSL
hsl(175, 81%, 65%)
OKLCH
oklch(0.868 0.125 187.5)
CMYK
cmyk(61%, 0%, 5%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.42:1

AA AAA

On Black Background

14.79: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#3FEBDD
2#21E8D7
3#16D2C2
4#13B4A7
5#10968B
6#0D786F
7#095A53
8#063C38
9#031E1C

Tints

Lighter variations

1#6EF0E5
2#7EF1E8
3#8EF3EB
4#9EF5EE
5#AEF7F0
6#BEF8F3
7#CFFAF6
8#DFFCF9
9#EFFDFC

Tones

Muted variations

1#65E7DC
2#6CE0D6
3#73D8D0
4#7AD1CA
5#82CAC4
6#89C3BE
7#90BBB8
8#97B4B2
9#9FADAC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCF9
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9F4
Secondary backgroundsInput backgroundsDividers
300
95F4
#95F4EC
BordersInactive statesPlaceholder text
400
5DEE
#5DEEE2
Disabled statesSecondary iconsMuted text
500
2FE9
#2FE9DA
Primary brand colorCTAsActive elementsLinks
600
15CB
#15CBBC
Hover statesFocus ringsPrimary buttons hover
700
11A2
#11A295
Active/pressed statesDark mode accentsSecondary text
800
0C73
#0C736B
Text on light backgroundsHeadingsStrong borders
900
084A
#084A44
Primary textHigh emphasis contentDark headings
950
052E
#052E2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FEFD;
  --sky-blue-100: #DFFCF9;
  --sky-blue-200: #C3F9F4;
  --sky-blue-300: #95F4EC;
  --sky-blue-400: #5DEEE2;
  --sky-blue-500: #2FE9DA;
  --sky-blue-600: #15CBBC;
  --sky-blue-700: #11A295;
  --sky-blue-800: #0C736B;
  --sky-blue-900: #084A44;
  --sky-blue-950: #052E2B;
}
Generate More ShadesCreate PaletteConvert Color