Sky Blue
#52CDFA
BlueColor Codes
All color formats for development
HEX
#52CDFARGB
rgb(82, 205, 250)HSL
hsl(196, 94%, 65%)OKLCH
oklch(0.797 0.125 226)CMYK
cmyk(67%, 18%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32C4F9
2#12BAF8
3#07A7E1
4#068FC1
5#0577A1
6#045F81
7#034860
8#023040
9#011820
Tints
Lighter variations
1#63D2FA
2#74D7FB
3#86DCFB
4#97E1FC
5#A8E6FC
6#BAEBFD
7#CBF0FD
8#DCF5FE
9#EEFAFE
Tones
Muted variations
1#5AC9F1
2#63C5E9
3#6BC1E0
4#73BDD8
5#7CB9D0
6#84B5C7
7#8DB1BF
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 | DCF5 #DCF5FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFEC #BFECFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DDE #8DDEFB | BordersInactive statesPlaceholder text |
| 400 | 52CD #52CDFA | Disabled statesSecondary iconsMuted text |
| 500 | 20BF #20BFF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07A1 #07A1DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0580 #0580AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045C #045C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023B #023B4F | 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: #DCF5FE;
--sky-blue-200: #BFECFD;
--sky-blue-300: #8DDEFB;
--sky-blue-400: #52CDFA;
--sky-blue-500: #20BFF8;
--sky-blue-600: #07A1DA;
--sky-blue-700: #0580AD;
--sky-blue-800: #045C7C;
--sky-blue-900: #023B4F;
--sky-blue-950: #022531;
}