Sky Blue

#5EDFED

Cyan

Color Codes

All color formats for development

HEX
#5EDFED
RGB
rgb(94, 223, 237)
HSL
hsl(186, 80%, 65%)
OKLCH
oklch(0.837 0.114 205.1)
CMYK
cmyk(60%, 6%, 0%, 7%)

Accessibility

WCAG contrast compliance

On White Background

1.58:1

AA AAA

On Black Background

13.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FC
100
#DFF9
200
#C3F3
300
#95EA
400
#5EDF
500
#30D6
600
#16B8
700
#1292
800
#0D69
900
#0843
950
#052A

Shades

Darker variations

1#41D9EA
2#23D3E7
3#17BED1
4#14A3B3
5#118895
6#0D6D77
7#0A525A
8#07363C
9#031B1E

Tints

Lighter variations

1#6EE2EF
2#7EE5F1
3#8FE9F3
4#9FECF4
5#AFEFF6
6#BFF2F8
7#CFF5FA
8#DFF9FB
9#EFFCFD

Tones

Muted variations

1#65D9E6
2#6DD3DF
3#74CED8
4#7BC8D1
5#82C2C9
6#89BDC2
7#90B7BB
8#97B1B4
9#9FABAD

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FC
#F1FCFD
BackgroundsSubtle highlightsCard backgrounds
100
DFF9
#DFF9FB
Light backgroundsTable row hoverSkeleton loading
200
C3F3
#C3F3F8
Secondary backgroundsInput backgroundsDividers
300
95EA
#95EAF3
BordersInactive statesPlaceholder text
400
5EDF
#5EDFED
Disabled statesSecondary iconsMuted text
500
30D6
#30D6E8
Primary brand colorCTAsActive elementsLinks
600
16B8
#16B8CA
Hover statesFocus ringsPrimary buttons hover
700
1292
#1292A1
Active/pressed statesDark mode accentsSecondary text
800
0D69
#0D6973
Text on light backgroundsHeadingsStrong borders
900
0843
#084349
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: #F1FCFD;
  --sky-blue-100: #DFF9FB;
  --sky-blue-200: #C3F3F8;
  --sky-blue-300: #95EAF3;
  --sky-blue-400: #5EDFED;
  --sky-blue-500: #30D6E8;
  --sky-blue-600: #16B8CA;
  --sky-blue-700: #1292A1;
  --sky-blue-800: #0D6973;
  --sky-blue-900: #084349;
  --sky-blue-950: #052A2E;
}
Generate More ShadesCreate PaletteConvert Color