Sky Blue

#5DEFE8

Cyan

Color Codes

All color formats for development

HEX
#5DEFE8
RGB
rgb(93, 239, 232)
HSL
hsl(177, 82%, 65%)
OKLCH
oklch(0.872 0.124 190.7)
CMYK
cmyk(61%, 0%, 3%, 6%)

Accessibility

WCAG contrast compliance

On White Background

1.40:1

AA AAA

On Black Background

14.98: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#3EECE3
2#20E9DF
3#15D3CA
4#12B5AD
5#0F9790
6#0C7973
7#095A56
8#063C3A
9#031E1D

Tints

Lighter variations

1#6DF1EA
2#7DF2EC
3#8DF4EF
4#9EF5F1
5#AEF7F3
6#BEF9F6
7#CEFAF8
8#DFFCFA
9#EFFDFD

Tones

Muted variations

1#64E8E1
2#6BE0DA
3#73D9D4
4#7AD2CD
5#81CAC7
6#88C3C0
7#90BCBA
8#97B4B3
9#9EADAC

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCFA
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9F6
Secondary backgroundsInput backgroundsDividers
300
94F4
#94F4F0
BordersInactive statesPlaceholder text
400
5DEF
#5DEFE8
Disabled statesSecondary iconsMuted text
500
2EEA
#2EEAE1
Primary brand colorCTAsActive elementsLinks
600
14CC
#14CCC3
Hover statesFocus ringsPrimary buttons hover
700
10A2
#10A29B
Active/pressed statesDark mode accentsSecondary text
800
0B74
#0B746F
Text on light backgroundsHeadingsStrong borders
900
074A
#074A47
Primary textHigh emphasis contentDark headings
950
052E
#052E2C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F1FEFD;
  --sky-blue-100: #DFFCFA;
  --sky-blue-200: #C3F9F6;
  --sky-blue-300: #94F4F0;
  --sky-blue-400: #5DEFE8;
  --sky-blue-500: #2EEAE1;
  --sky-blue-600: #14CCC3;
  --sky-blue-700: #10A29B;
  --sky-blue-800: #0B746F;
  --sky-blue-900: #074A47;
  --sky-blue-950: #052E2C;
}
Generate More ShadesCreate PaletteConvert Color