Sky Blue

#5DEFE0

Cyan

Color Codes

All color formats for development

HEX
#5DEFE0
RGB
rgb(93, 239, 224)
HSL
hsl(174, 82%, 65%)
OKLCH
oklch(0.87 0.126 185.7)
CMYK
cmyk(61%, 0%, 6%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.41:1

AA AAA

On Black Background

14.89:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DFFC
200
#C3F9
300
#94F4
400
#5DEF
500
#2EEA
600
#14CC
700
#10A2
800
#0B74
900
#074A
950
#052E

Shades

Darker variations

1#3EECDB
2#20E9D5
3#15D3C0
4#12B5A5
5#0F9789
6#0C796E
7#095A52
8#063C37
9#031E1B

Tints

Lighter variations

1#6DF1E3
2#7DF2E6
3#8DF4EA
4#9EF5ED
5#AEF7F0
6#BEF9F3
7#CEFAF6
8#DFFCF9
9#EFFDFC

Tones

Muted variations

1#64E8DA
2#6BE0D5
3#73D9CF
4#7AD2C9
5#81CAC3
6#88C3BD
7#90BCB7
8#97B4B1
9#9EADAC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCF9
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9F4
Secondary backgroundsInput backgroundsDividers
300
94F4
#94F4EB
BordersInactive statesPlaceholder text
400
5DEF
#5DEFE0
Disabled statesSecondary iconsMuted text
500
2EEA
#2EEAD8
Primary brand colorCTAsActive elementsLinks
600
14CC
#14CCBA
Hover statesFocus ringsPrimary buttons hover
700
10A2
#10A294
Active/pressed statesDark mode accentsSecondary text
800
0B74
#0B746A
Text on light backgroundsHeadingsStrong borders
900
074A
#074A44
Primary textHigh emphasis contentDark headings
950
052E
#052E2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FEFC;
  --sky-blue-100: #DFFCF9;
  --sky-blue-200: #C3F9F4;
  --sky-blue-300: #94F4EB;
  --sky-blue-400: #5DEFE0;
  --sky-blue-500: #2EEAD8;
  --sky-blue-600: #14CCBA;
  --sky-blue-700: #10A294;
  --sky-blue-800: #0B746A;
  --sky-blue-900: #074A44;
  --sky-blue-950: #052E2A;
}
Generate More ShadesCreate PaletteConvert Color