Sky Blue
#52B9FA
BlueColor Codes
All color formats for development
HEX
#52B9FARGB
rgb(82, 185, 250)HSL
hsl(203, 94%, 65%)OKLCH
oklch(0.752 0.133 239.7)CMYK
cmyk(67%, 26%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32ACF9
2#129FF8
3#078DE1
4#0679C1
5#0565A1
6#045181
7#033D60
8#022840
9#011420
Tints
Lighter variations
1#63C0FA
2#74C7FB
3#86CEFB
4#97D5FC
5#A8DCFC
6#BAE3FD
7#CBEAFD
8#DCF1FE
9#EEF8FE
Tones
Muted variations
1#5AB7F1
2#63B5E9
3#6BB3E0
4#73B1D8
5#7CB0D0
6#84AEC7
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 | DCF1 #DCF1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE5 #BFE5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD1 #8DD1FB | BordersInactive statesPlaceholder text |
| 400 | 52B9 #52B9FA | Disabled statesSecondary iconsMuted text |
| 500 | 20A5 #20A5F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0789 #0789DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 056D #056DAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 044E #044E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0232 #02324F | Primary textHigh emphasis contentDark headings |
| 950 | 021F #021F31 | 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: #BFE5FD;
--sky-blue-300: #8DD1FB;
--sky-blue-400: #52B9FA;
--sky-blue-500: #20A5F8;
--sky-blue-600: #0789DA;
--sky-blue-700: #056DAD;
--sky-blue-800: #044E7C;
--sky-blue-900: #02324F;
--sky-blue-950: #021F31;
}