Sky Blue
#52E0FA
CyanColor Codes
All color formats for development
HEX
#52E0FARGB
rgb(82, 224, 250)HSL
hsl(189, 94%, 65%)OKLCH
oklch(0.841 0.124 212.2)CMYK
cmyk(67%, 10%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32DBF9
2#12D5F8
3#07C0E1
4#06A5C1
5#0589A1
6#046E81
7#035260
8#023740
9#011B20
Tints
Lighter variations
1#63E4FA
2#74E7FB
3#86EAFB
4#97EDFC
5#A8F0FC
6#BAF3FD
7#CBF6FD
8#DCF9FE
9#EEFCFE
Tones
Muted variations
1#5ADBF1
2#63D5E9
3#6BCFE0
4#73C9D8
5#7CC3D0
6#84BDC7
7#8DB7BF
8#95B1B7
9#9DACAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF4 #BFF4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DEB #8DEBFB | BordersInactive statesPlaceholder text |
| 400 | 52E0 #52E0FA | Disabled statesSecondary iconsMuted text |
| 500 | 20D8 #20D8F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07BA #07BADA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0594 #0594AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046A #046A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0244 #02444F | Primary textHigh emphasis contentDark headings |
| 950 | 022A #022A31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFF;
--sky-blue-100: #DCF9FE;
--sky-blue-200: #BFF4FD;
--sky-blue-300: #8DEBFB;
--sky-blue-400: #52E0FA;
--sky-blue-500: #20D8F8;
--sky-blue-600: #07BADA;
--sky-blue-700: #0594AD;
--sky-blue-800: #046A7C;
--sky-blue-900: #02444F;
--sky-blue-950: #022A31;
}