Sky Blue
#52BFFA
BlueColor Codes
All color formats for development
HEX
#52BFFARGB
rgb(82, 191, 250)HSL
hsl(201, 94%, 65%)OKLCH
oklch(0.766 0.13 235.8)CMYK
cmyk(67%, 24%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32B3F9
2#12A7F8
3#0795E1
4#067FC1
5#056AA1
6#045581
7#034060
8#022A40
9#011520
Tints
Lighter variations
1#63C5FA
2#74CCFB
3#86D2FB
4#97D9FC
5#A8DFFC
6#BAE5FD
7#CBECFD
8#DCF2FE
9#EEF9FE
Tones
Muted variations
1#5ABCF1
2#63BAE9
3#6BB7E0
4#73B5D8
5#7CB2D0
6#84B0C7
7#8DADBF
8#95ABB7
9#9DA8AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF2 #DCF2FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE7 #BFE7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD5 #8DD5FB | BordersInactive statesPlaceholder text |
| 400 | 52BF #52BFFA | Disabled statesSecondary iconsMuted text |
| 500 | 20AD #20ADF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0790 #0790DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0572 #0572AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0452 #04527C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0234 #02344F | Primary textHigh emphasis contentDark headings |
| 950 | 0221 #022131 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFF;
--sky-blue-100: #DCF2FE;
--sky-blue-200: #BFE7FD;
--sky-blue-300: #8DD5FB;
--sky-blue-400: #52BFFA;
--sky-blue-500: #20ADF8;
--sky-blue-600: #0790DA;
--sky-blue-700: #0572AD;
--sky-blue-800: #04527C;
--sky-blue-900: #02344F;
--sky-blue-950: #022131;
}