Sky Blue
#52C5FA
BlueColor Codes
All color formats for development
HEX
#52C5FARGB
rgb(82, 197, 250)HSL
hsl(199, 94%, 65%)OKLCH
oklch(0.779 0.127 231.7)CMYK
cmyk(67%, 21%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32BAF9
2#12AFF8
3#079CE1
4#0686C1
5#056FA1
6#045981
7#034360
8#022D40
9#011620
Tints
Lighter variations
1#63CAFA
2#74D0FB
3#86D6FB
4#97DCFC
5#A8E2FC
6#BAE8FD
7#CBEDFD
8#DCF3FE
9#EEF9FE
Tones
Muted variations
1#5AC1F1
2#63BEE9
3#6BBBE0
4#73B8D8
5#7CB5D0
6#84B2C7
7#8DAFBF
8#95ACB7
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 | BFE9 #BFE9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DD9 #8DD9FB | BordersInactive statesPlaceholder text |
| 400 | 52C5 #52C5FA | Disabled statesSecondary iconsMuted text |
| 500 | 20B4 #20B4F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0797 #0797DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0578 #0578AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0456 #04567C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0237 #02374F | Primary textHigh emphasis contentDark headings |
| 950 | 0222 #022231 | 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: #BFE9FD;
--sky-blue-300: #8DD9FB;
--sky-blue-400: #52C5FA;
--sky-blue-500: #20B4F8;
--sky-blue-600: #0797DA;
--sky-blue-700: #0578AD;
--sky-blue-800: #04567C;
--sky-blue-900: #02374F;
--sky-blue-950: #022231;
}