Sky Blue
#52E9FA
CyanColor Codes
All color formats for development
HEX
#52E9FARGB
rgb(82, 233, 250)HSL
hsl(186, 94%, 65%)OKLCH
oklch(0.862 0.127 205.9)CMYK
cmyk(67%, 7%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32E5F9
2#12E1F8
3#07CBE1
4#06AEC1
5#0591A1
6#047481
7#035760
8#023A40
9#011D20
Tints
Lighter variations
1#63EBFA
2#74EDFB
3#86F0FB
4#97F2FC
5#A8F4FC
6#BAF6FD
7#CBF8FD
8#DCFBFE
9#EEFDFE
Tones
Muted variations
1#5AE2F1
2#63DBE9
3#6BD5E0
4#73CED8
5#7CC7D0
6#84C1C7
7#8DBABF
8#95B3B7
9#9DACAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF7 #BFF7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DF0 #8DF0FB | BordersInactive statesPlaceholder text |
| 400 | 52E9 #52E9FA | Disabled statesSecondary iconsMuted text |
| 500 | 20E3 #20E3F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07C5 #07C5DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 059C #059CAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0470 #04707C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0247 #02474F | 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: #BFF7FD;
--sky-blue-300: #8DF0FB;
--sky-blue-400: #52E9FA;
--sky-blue-500: #20E3F8;
--sky-blue-600: #07C5DA;
--sky-blue-700: #059CAD;
--sky-blue-800: #04707C;
--sky-blue-900: #02474F;
--sky-blue-950: #022D31;
}