Sky Blue

#52ECFA

Cyan

Color Codes

All color formats for development

HEX
#52ECFA
RGB
rgb(82, 236, 250)
HSL
hsl(185, 94%, 65%)
OKLCH
oklch(0.869 0.128 203.8)
CMYK
cmyk(67%, 6%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.42:1

AA AAA

On Black Background

14.74:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FD
100
#DCFB
200
#BFF8
300
#8DF2
400
#52EC
500
#20E6
600
#07C8
700
#059F
800
#0472
900
#0249
950
#022D

Shades

Darker variations

1#32E8F9
2#12E4F8
3#07CFE1
4#06B1C1
5#0594A1
6#047681
7#035960
8#023B40
9#011E20

Tints

Lighter variations

1#63EEFA
2#74F0FB
3#86F1FB
4#97F3FC
5#A8F5FC
6#BAF7FD
7#CBF9FD
8#DCFBFE
9#EEFDFE

Tones

Muted variations

1#5AE5F1
2#63DEE9
3#6BD7E0
4#73D0D8
5#7CC9D0
6#84C2C7
7#8DBBBF
8#95B4B7
9#9DADAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FD
#F0FDFF
BackgroundsSubtle highlightsCard backgrounds
100
DCFB
#DCFBFE
Light backgroundsTable row hoverSkeleton loading
200
BFF8
#BFF8FD
Secondary backgroundsInput backgroundsDividers
300
8DF2
#8DF2FB
BordersInactive statesPlaceholder text
400
52EC
#52ECFA
Disabled statesSecondary iconsMuted text
500
20E6
#20E6F8
Primary brand colorCTAsActive elementsLinks
600
07C8
#07C8DA
Hover statesFocus ringsPrimary buttons hover
700
059F
#059FAD
Active/pressed statesDark mode accentsSecondary text
800
0472
#04727C
Text on light backgroundsHeadingsStrong borders
900
0249
#02494F
Primary textHigh emphasis contentDark headings
950
022D
#022D31
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FDFF;
  --sky-blue-100: #DCFBFE;
  --sky-blue-200: #BFF8FD;
  --sky-blue-300: #8DF2FB;
  --sky-blue-400: #52ECFA;
  --sky-blue-500: #20E6F8;
  --sky-blue-600: #07C8DA;
  --sky-blue-700: #059FAD;
  --sky-blue-800: #04727C;
  --sky-blue-900: #02494F;
  --sky-blue-950: #022D31;
}
Generate More ShadesCreate PaletteConvert Color