Sky Blue
#52C7FA
BlueColor Codes
All color formats for development
HEX
#52C7FARGB
rgb(82, 199, 250)HSL
hsl(198, 94%, 65%)OKLCH
oklch(0.784 0.127 230.3)CMYK
cmyk(67%, 20%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32BDF9
2#12B3F8
3#07A0E1
4#0689C1
5#0572A1
6#045B81
7#034460
8#022E40
9#011720
Tints
Lighter variations
1#63CDFA
2#74D2FB
3#86D8FB
4#97DEFC
5#A8E3FC
6#BAE9FD
7#CBEEFD
8#DCF4FE
9#EEF9FE
Tones
Muted variations
1#5AC4F1
2#63C1E9
3#6BBDE0
4#73BAD8
5#7CB7D0
6#84B3C7
7#8DB0BF
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 | DCF4 #DCF4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEA #BFEAFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DDA #8DDAFB | BordersInactive statesPlaceholder text |
| 400 | 52C7 #52C7FA | Disabled statesSecondary iconsMuted text |
| 500 | 20B7 #20B7F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 079A #079ADA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 057B #057BAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0458 #04587C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0238 #02384F | Primary textHigh emphasis contentDark headings |
| 950 | 0223 #022331 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FAFF;
--sky-blue-100: #DCF4FE;
--sky-blue-200: #BFEAFD;
--sky-blue-300: #8DDAFB;
--sky-blue-400: #52C7FA;
--sky-blue-500: #20B7F8;
--sky-blue-600: #079ADA;
--sky-blue-700: #057BAD;
--sky-blue-800: #04587C;
--sky-blue-900: #02384F;
--sky-blue-950: #022331;
}