Sky Blue

#5DEFD9

Cyan

Color Codes

All color formats for development

HEX
#5DEFD9
RGB
rgb(93, 239, 217)
HSL
hsl(171, 82%, 65%)
OKLCH
oklch(0.868 0.129 181.5)
CMYK
cmyk(61%, 0%, 9%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.42:1

AA AAA

On Black Background

14.81: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#3EECD2
2#20E9CB
3#15D3B7
4#12B59D
5#0F9782
6#0C7968
7#095A4E
8#063C34
9#031E1A

Tints

Lighter variations

1#6DF1DD
2#7DF2E1
3#8DF4E4
4#9EF5E8
5#AEF7EC
6#BEF9F0
7#CEFAF4
8#DFFCF7
9#EFFDFB

Tones

Muted variations

1#64E8D4
2#6BE0CF
3#73D9CA
4#7AD2C4
5#81CABF
6#88C3BA
7#90BCB5
8#97B4B0
9#9EADAB

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCF7
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9F1
Secondary backgroundsInput backgroundsDividers
300
94F4
#94F4E6
BordersInactive statesPlaceholder text
400
5DEF
#5DEFD9
Disabled statesSecondary iconsMuted text
500
2EEA
#2EEACE
Primary brand colorCTAsActive elementsLinks
600
14CC
#14CCB1
Hover statesFocus ringsPrimary buttons hover
700
10A2
#10A28C
Active/pressed statesDark mode accentsSecondary text
800
0B74
#0B7464
Text on light backgroundsHeadingsStrong borders
900
074A
#074A40
Primary textHigh emphasis contentDark headings
950
052E
#052E28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FEFC;
  --sky-blue-100: #DFFCF7;
  --sky-blue-200: #C3F9F1;
  --sky-blue-300: #94F4E6;
  --sky-blue-400: #5DEFD9;
  --sky-blue-500: #2EEACE;
  --sky-blue-600: #14CCB1;
  --sky-blue-700: #10A28C;
  --sky-blue-800: #0B7464;
  --sky-blue-900: #074A40;
  --sky-blue-950: #052E28;
}
Generate More ShadesCreate PaletteConvert Color