Sky Blue
#52BCFA
BlueColor Codes
All color formats for development
HEX
#52BCFARGB
rgb(82, 188, 250)HSL
hsl(202, 94%, 65%)OKLCH
oklch(0.759 0.132 237.8)CMYK
cmyk(67%, 25%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32B0F9
2#12A3F8
3#0791E1
4#067CC1
5#0568A1
6#045381
7#033E60
8#022940
9#011520
Tints
Lighter variations
1#63C3FA
2#74C9FB
3#86D0FB
4#97D7FC
5#A8DEFC
6#BAE4FD
7#CBEBFD
8#DCF2FE
9#EEF8FE
Tones
Muted variations
1#5ABAF1
2#63B8E9
3#6BB5E0
4#73B3D8
5#7CB1D0
6#84AFC7
7#8DACBF
8#95AAB7
9#9DA8AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF2 #DCF2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE6 #BFE6FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD3 #8DD3FB | BordersInactive statesPlaceholder text |
| 400 | 52BC #52BCFA | Disabled statesSecondary iconsMuted text |
| 500 | 20A9 #20A9F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 078C #078CDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0570 #0570AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0450 #04507C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0233 #02334F | Primary textHigh emphasis contentDark headings |
| 950 | 0220 #022031 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FF;
--sky-blue-100: #DCF2FE;
--sky-blue-200: #BFE6FD;
--sky-blue-300: #8DD3FB;
--sky-blue-400: #52BCFA;
--sky-blue-500: #20A9F8;
--sky-blue-600: #078CDA;
--sky-blue-700: #0570AD;
--sky-blue-800: #04507C;
--sky-blue-900: #02334F;
--sky-blue-950: #022031;
}