Sky Blue
#52C2FA
BlueColor Codes
All color formats for development
HEX
#52C2FARGB
rgb(82, 194, 250)HSL
hsl(200, 94%, 65%)OKLCH
oklch(0.773 0.129 233.8)CMYK
cmyk(67%, 22%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32B6F9
2#12ABF8
3#0798E1
4#0683C1
5#056DA1
6#045781
7#034160
8#022C40
9#011620
Tints
Lighter variations
1#63C8FA
2#74CEFB
3#86D4FB
4#97DAFC
5#A8E0FC
6#BAE6FD
7#CBEDFD
8#DCF3FE
9#EEF9FE
Tones
Muted variations
1#5ABFF1
2#63BCE9
3#6BB9E0
4#73B7D8
5#7CB4D0
6#84B1C7
7#8DAEBF
8#95ABB7
9#9DA9AE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FA #F0FAFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF3 #DCF3FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE8 #BFE8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD7 #8DD7FB | BordersInactive statesPlaceholder text |
| 400 | 52C2 #52C2FA | Disabled statesSecondary iconsMuted text |
| 500 | 20B0 #20B0F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0793 #0793DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0575 #0575AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0454 #04547C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0236 #02364F | 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: #DCF3FE;
--sky-blue-200: #BFE8FD;
--sky-blue-300: #8DD7FB;
--sky-blue-400: #52C2FA;
--sky-blue-500: #20B0F8;
--sky-blue-600: #0793DA;
--sky-blue-700: #0575AD;
--sky-blue-800: #04547C;
--sky-blue-900: #02364F;
--sky-blue-950: #022131;
}