Sky Blue

#5DEFEC

Cyan

Color Codes

All color formats for development

HEX
#5DEFEC
RGB
rgb(93, 239, 236)
HSL
hsl(179, 82%, 65%)
OKLCH
oklch(0.874 0.124 193.2)
CMYK
cmyk(61%, 0%, 1%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.40:1

AA AAA

On Black Background

15.02: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#3EECE9
2#20E9E6
3#15D3D0
4#12B5B2
5#0F9795
6#0C7977
7#095A59
8#063C3B
9#031E1E

Tints

Lighter variations

1#6DF1EE
2#7DF2F0
3#8DF4F2
4#9EF5F4
5#AEF7F6
6#BEF9F8
7#CEFAF9
8#DFFCFB
9#EFFDFD

Tones

Muted variations

1#64E8E5
2#6BE0DE
3#73D9D7
4#7AD2D0
5#81CAC9
6#88C3C2
7#90BCBB
8#97B4B4
9#9EADAD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCFB
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9F8
Secondary backgroundsInput backgroundsDividers
300
94F4
#94F4F3
BordersInactive statesPlaceholder text
400
5DEF
#5DEFEC
Disabled statesSecondary iconsMuted text
500
2EEA
#2EEAE7
Primary brand colorCTAsActive elementsLinks
600
14CC
#14CCC9
Hover statesFocus ringsPrimary buttons hover
700
10A2
#10A2A0
Active/pressed statesDark mode accentsSecondary text
800
0B74
#0B7472
Text on light backgroundsHeadingsStrong borders
900
074A
#074A49
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: #F1FEFD;
  --sky-blue-100: #DFFCFB;
  --sky-blue-200: #C3F9F8;
  --sky-blue-300: #94F4F3;
  --sky-blue-400: #5DEFEC;
  --sky-blue-500: #2EEAE7;
  --sky-blue-600: #14CCC9;
  --sky-blue-700: #10A2A0;
  --sky-blue-800: #0B7472;
  --sky-blue-900: #074A49;
  --sky-blue-950: #052E2E;
}
Generate More ShadesCreate PaletteConvert Color