Sky Blue

#5DEFEF

Cyan

Color Codes

All color formats for development

HEX
#5DEFEF
RGB
rgb(93, 239, 239)
HSL
hsl(180, 82%, 65%)
OKLCH
oklch(0.875 0.123 195.1)
CMYK
cmyk(61%, 0%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.39:1

AA AAA

On Black Background

15.06: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#3EECEC
2#20E9E9
3#15D3D3
4#12B5B5
5#0F9797
6#0C7979
7#095A5A
8#063C3C
9#031E1E

Tints

Lighter variations

1#6DF1F1
2#7DF2F2
3#8DF4F4
4#9EF5F5
5#AEF7F7
6#BEF9F9
7#CEFAFA
8#DFFCFC
9#EFFDFD

Tones

Muted variations

1#64E8E8
2#6BE0E0
3#73D9D9
4#7AD2D2
5#81CACA
6#88C3C3
7#90BCBC
8#97B4B4
9#9EADAD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFE
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCFC
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9F9
Secondary backgroundsInput backgroundsDividers
300
94F4
#94F4F4
BordersInactive statesPlaceholder text
400
5DEF
#5DEFEF
Disabled statesSecondary iconsMuted text
500
2EEA
#2EEAEA
Primary brand colorCTAsActive elementsLinks
600
14CC
#14CCCC
Hover statesFocus ringsPrimary buttons hover
700
10A2
#10A2A2
Active/pressed statesDark mode accentsSecondary text
800
0B74
#0B7474
Text on light backgroundsHeadingsStrong borders
900
074A
#074A4A
Primary textHigh emphasis contentDark headings
950
052E
#052E2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FEFE;
  --sky-blue-100: #DFFCFC;
  --sky-blue-200: #C3F9F9;
  --sky-blue-300: #94F4F4;
  --sky-blue-400: #5DEFEF;
  --sky-blue-500: #2EEAEA;
  --sky-blue-600: #14CCCC;
  --sky-blue-700: #10A2A2;
  --sky-blue-800: #0B7474;
  --sky-blue-900: #074A4A;
  --sky-blue-950: #052E2E;
}
Generate More ShadesCreate PaletteConvert Color