Sky Blue
#52D2FA
CyanColor Codes
All color formats for development
HEX
#52D2FARGB
rgb(82, 210, 250)HSL
hsl(194, 94%, 65%)OKLCH
oklch(0.809 0.124 222.4)CMYK
cmyk(67%, 16%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32CAF9
2#12C2F8
3#07AEE1
4#0695C1
5#057CA1
6#046481
7#034B60
8#023240
9#011920
Tints
Lighter variations
1#63D7FA
2#74DBFB
3#86E0FB
4#97E4FC
5#A8E9FC
6#BAEDFD
7#CBF2FD
8#DCF6FE
9#EEFBFE
Tones
Muted variations
1#5ACEF1
2#63CAE9
3#6BC5E0
4#73C1D8
5#7CBCD0
6#84B8C7
7#8DB3BF
8#95AFB7
9#9DAAAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF6 #DCF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEE #BFEEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE2 #8DE2FB | BordersInactive statesPlaceholder text |
| 400 | 52D2 #52D2FA | Disabled statesSecondary iconsMuted text |
| 500 | 20C6 #20C6F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07A8 #07A8DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0586 #0586AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0460 #04607C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023D #023D4F | Primary textHigh emphasis contentDark headings |
| 950 | 0226 #022631 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFF;
--sky-blue-100: #DCF6FE;
--sky-blue-200: #BFEEFD;
--sky-blue-300: #8DE2FB;
--sky-blue-400: #52D2FA;
--sky-blue-500: #20C6F8;
--sky-blue-600: #07A8DA;
--sky-blue-700: #0586AD;
--sky-blue-800: #04607C;
--sky-blue-900: #023D4F;
--sky-blue-950: #022631;
}