Sky Blue

#5FECD0

Cyan

Color Codes

All color formats for development

HEX
#5FECD0
RGB
rgb(95, 236, 208)
HSL
hsl(168, 79%, 65%)
OKLCH
oklch(0.859 0.128 177.7)
CMYK
cmyk(60%, 0%, 12%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.46:1

AA AAA

On Black Background

14.40:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#96F3
400
#5FEC
500
#32E7
600
#18C9
700
#13A0
800
#0D72
900
#0949
950
#052E

Shades

Darker variations

1#42E9C7
2#24E5BF
3#18D0AB
4#15B293
5#11947A
6#0E7762
7#0A5949
8#073B31
9#031E18

Tints

Lighter variations

1#6FEED5
2#7FF0D9
3#8FF2DE
4#9FF4E3
5#AFF6E8
6#BFF8EC
7#CFF9F1
8#DFFBF6
9#EFFDFA

Tones

Muted variations

1#66E5CC
2#6DDEC8
3#74D7C3
4#7BD0BF
5#82C9BB
6#8AC2B7
7#91BBB2
8#98B4AE
9#9FADAA

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFB
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF6
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8EE
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3E0
BordersInactive statesPlaceholder text
400
5FEC
#5FECD0
Disabled statesSecondary iconsMuted text
500
32E7
#32E7C3
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C9A5
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A084
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D725E
Text on light backgroundsHeadingsStrong borders
900
0949
#09493C
Primary textHigh emphasis contentDark headings
950
052E
#052E26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FDFB;
  --sky-blue-100: #DFFBF6;
  --sky-blue-200: #C4F8EE;
  --sky-blue-300: #96F3E0;
  --sky-blue-400: #5FECD0;
  --sky-blue-500: #32E7C3;
  --sky-blue-600: #18C9A5;
  --sky-blue-700: #13A084;
  --sky-blue-800: #0D725E;
  --sky-blue-900: #09493C;
  --sky-blue-950: #052E26;
}
Generate More ShadesCreate PaletteConvert Color