Sky Blue
#52B4FA
BlueColor Codes
All color formats for development
HEX
#52B4FARGB
rgb(82, 180, 250)HSL
hsl(205, 94%, 65%)OKLCH
oklch(0.741 0.137 242.8)CMYK
cmyk(67%, 28%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32A6F9
2#1298F8
3#0786E1
4#0673C1
5#0560A1
6#044D81
7#033A60
8#022640
9#011320
Tints
Lighter variations
1#63BBFA
2#74C3FB
3#86CAFB
4#97D2FC
5#A8D9FC
6#BAE1FD
7#CBE8FD
8#DCF0FE
9#EEF7FE
Tones
Muted variations
1#5AB2F1
2#63B1E9
3#6BB0E0
4#73AED8
5#7CADD0
6#84ABC7
7#8DAABF
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 | DCF0 #DCF0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE3 #BFE3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DCE #8DCEFB | BordersInactive statesPlaceholder text |
| 400 | 52B4 #52B4FA | Disabled statesSecondary iconsMuted text |
| 500 | 209E #209EF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0782 #0782DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0567 #0567AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 044A #044A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 022F #022F4F | Primary textHigh emphasis contentDark headings |
| 950 | 021D #021D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0F9FF;
--sky-blue-100: #DCF0FE;
--sky-blue-200: #BFE3FD;
--sky-blue-300: #8DCEFB;
--sky-blue-400: #52B4FA;
--sky-blue-500: #209EF8;
--sky-blue-600: #0782DA;
--sky-blue-700: #0567AD;
--sky-blue-800: #044A7C;
--sky-blue-900: #022F4F;
--sky-blue-950: #021D31;
}