Sky Blue

#52D5FA

Cyan

Color Codes

All color formats for development

HEX
#52D5FA
RGB
rgb(82, 213, 250)
HSL
hsl(193, 94%, 65%)
OKLCH
oklch(0.816 0.124 220.2)
CMYK
cmyk(67%, 15%, 0%, 2%)

Accessibility

WCAG contrast compliance

On White Background

1.71:1

AA AAA

On Black Background

12.26:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FB
100
#DCF7
200
#BFF0
300
#8DE4
400
#52D5
500
#20C9
600
#07AC
700
#0589
800
#0462
900
#023F
950
#0227

Shades

Darker variations

1#32CEF9
2#12C6F8
3#07B2E1
4#0698C1
5#057FA1
6#046681
7#034C60
8#023340
9#011920

Tints

Lighter variations

1#63D9FA
2#74DEFB
3#86E2FB
4#97E6FC
5#A8EAFC
6#BAEEFD
7#CBF2FD
8#DCF7FE
9#EEFBFE

Tones

Muted variations

1#5AD1F1
2#63CCE9
3#6BC7E0
4#73C2D8
5#7CBED0
6#84B9C7
7#8DB4BF
8#95AFB7
9#9DABAE

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FB
#F0FBFF
BackgroundsSubtle highlightsCard backgrounds
100
DCF7
#DCF7FE
Light backgroundsTable row hoverSkeleton loading
200
BFF0
#BFF0FD
Secondary backgroundsInput backgroundsDividers
300
8DE4
#8DE4FB
BordersInactive statesPlaceholder text
400
52D5
#52D5FA
Disabled statesSecondary iconsMuted text
500
20C9
#20C9F8
Primary brand colorCTAsActive elementsLinks
600
07AC
#07ACDA
Hover statesFocus ringsPrimary buttons hover
700
0589
#0589AD
Active/pressed statesDark mode accentsSecondary text
800
0462
#04627C
Text on light backgroundsHeadingsStrong borders
900
023F
#023F4F
Primary textHigh emphasis contentDark headings
950
0227
#022731
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --sky-blue-50: #F0FBFF;
  --sky-blue-100: #DCF7FE;
  --sky-blue-200: #BFF0FD;
  --sky-blue-300: #8DE4FB;
  --sky-blue-400: #52D5FA;
  --sky-blue-500: #20C9F8;
  --sky-blue-600: #07ACDA;
  --sky-blue-700: #0589AD;
  --sky-blue-800: #04627C;
  --sky-blue-900: #023F4F;
  --sky-blue-950: #022731;
}
Generate More ShadesCreate PaletteConvert Color