Sky Blue

#5DE0EF

Cyan

Color Codes

All color formats for development

HEX
#5DE0EF
RGB
rgb(93, 224, 239)
HSL
hsl(186, 82%, 65%)
OKLCH
oklch(0.84 0.115 205.7)
CMYK
cmyk(61%, 6%, 0%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.57:1

AA AAA

On Black Background

13.37:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FC
100
#DFF9
200
#C3F4
300
#94EB
400
#5DE0
500
#2ED8
600
#14BA
700
#1094
800
#0B6A
900
#0744
950
#052A

Shades

Darker variations

1#3EDBEC
2#20D5E9
3#15C0D3
4#12A5B5
5#0F8997
6#0C6E79
7#09525A
8#06373C
9#031B1E

Tints

Lighter variations

1#6DE3F1
2#7DE6F2
3#8DEAF4
4#9EEDF5
5#AEF0F7
6#BEF3F9
7#CEF6FA
8#DFF9FC
9#EFFCFD

Tones

Muted variations

1#64DAE8
2#6BD5E0
3#73CFD9
4#7AC9D2
5#81C3CA
6#88BDC3
7#90B7BC
8#97B1B4
9#9EACAD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FC
#F1FCFE
BackgroundsSubtle highlightsCard backgrounds
100
DFF9
#DFF9FC
Light backgroundsTable row hoverSkeleton loading
200
C3F4
#C3F4F9
Secondary backgroundsInput backgroundsDividers
300
94EB
#94EBF4
BordersInactive statesPlaceholder text
400
5DE0
#5DE0EF
Disabled statesSecondary iconsMuted text
500
2ED8
#2ED8EA
Primary brand colorCTAsActive elementsLinks
600
14BA
#14BACC
Hover statesFocus ringsPrimary buttons hover
700
1094
#1094A2
Active/pressed statesDark mode accentsSecondary text
800
0B6A
#0B6A74
Text on light backgroundsHeadingsStrong borders
900
0744
#07444A
Primary textHigh emphasis contentDark headings
950
052A
#052A2E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FCFE;
  --sky-blue-100: #DFF9FC;
  --sky-blue-200: #C3F4F9;
  --sky-blue-300: #94EBF4;
  --sky-blue-400: #5DE0EF;
  --sky-blue-500: #2ED8EA;
  --sky-blue-600: #14BACC;
  --sky-blue-700: #1094A2;
  --sky-blue-800: #0B6A74;
  --sky-blue-900: #07444A;
  --sky-blue-950: #052A2E;
}
Generate More ShadesCreate PaletteConvert Color