Sky Blue
#52D0FA
BlueColor Codes
All color formats for development
HEX
#52D0FARGB
rgb(82, 208, 250)HSL
hsl(195, 94%, 65%)OKLCH
oklch(0.804 0.124 223.8)CMYK
cmyk(67%, 17%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32C7F9
2#12BEF8
3#07ABE1
4#0692C1
5#057AA1
6#046181
7#034960
8#023140
9#011820
Tints
Lighter variations
1#63D4FA
2#74D9FB
3#86DEFB
4#97E3FC
5#A8E7FC
6#BAECFD
7#CBF1FD
8#DCF6FE
9#EEFAFE
Tones
Muted variations
1#5ACCF1
2#63C7E9
3#6BC3E0
4#73BFD8
5#7CBBD0
6#84B7C7
7#8DB2BF
8#95AEB7
9#9DAAAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF6 #DCF6FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFED #BFEDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE0 #8DE0FB | BordersInactive statesPlaceholder text |
| 400 | 52D0 #52D0FA | Disabled statesSecondary iconsMuted text |
| 500 | 20C2 #20C2F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07A5 #07A5DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0583 #0583AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045E #045E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023C #023C4F | Primary textHigh emphasis contentDark headings |
| 950 | 0225 #022531 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFF;
--sky-blue-100: #DCF6FE;
--sky-blue-200: #BFEDFD;
--sky-blue-300: #8DE0FB;
--sky-blue-400: #52D0FA;
--sky-blue-500: #20C2F8;
--sky-blue-600: #07A5DA;
--sky-blue-700: #0583AD;
--sky-blue-800: #045E7C;
--sky-blue-900: #023C4F;
--sky-blue-950: #022531;
}