Sky Blue
#52B7FA
BlueColor Codes
All color formats for development
HEX
#52B7FARGB
rgb(82, 183, 250)HSL
hsl(204, 94%, 65%)OKLCH
oklch(0.748 0.135 241)CMYK
cmyk(67%, 27%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32A9F9
2#129CF8
3#078AE1
4#0676C1
5#0562A1
6#044F81
7#033B60
8#022740
9#011420
Tints
Lighter variations
1#63BEFA
2#74C5FB
3#86CCFB
4#97D4FC
5#A8DBFC
6#BAE2FD
7#CBE9FD
8#DCF1FE
9#EEF8FE
Tones
Muted variations
1#5AB5F1
2#63B3E9
3#6BB1E0
4#73B0D8
5#7CAED0
6#84ACC7
7#8DABBF
8#95A9B7
9#9DA7AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF1 #DCF1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE4 #BFE4FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DCF #8DCFFB | BordersInactive statesPlaceholder text |
| 400 | 52B7 #52B7FA | Disabled statesSecondary iconsMuted text |
| 500 | 20A2 #20A2F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0785 #0785DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 056A #056AAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 044C #044C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0230 #02304F | Primary textHigh emphasis contentDark headings |
| 950 | 021E #021E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FF;
--sky-blue-100: #DCF1FE;
--sky-blue-200: #BFE4FD;
--sky-blue-300: #8DCFFB;
--sky-blue-400: #52B7FA;
--sky-blue-500: #20A2F8;
--sky-blue-600: #0785DA;
--sky-blue-700: #056AAD;
--sky-blue-800: #044C7C;
--sky-blue-900: #02304F;
--sky-blue-950: #021E31;
}