Sky Blue
#52CAFA
BlueColor Codes
All color formats for development
HEX
#52CAFARGB
rgb(82, 202, 250)HSL
hsl(197, 94%, 65%)OKLCH
oklch(0.791 0.126 228.1)CMYK
cmyk(67%, 19%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32C0F9
2#12B6F8
3#07A3E1
4#068CC1
5#0575A1
6#045D81
7#034660
8#022F40
9#011720
Tints
Lighter variations
1#63CFFA
2#74D5FB
3#86DAFB
4#97DFFC
5#A8E5FC
6#BAEAFD
7#CBEFFD
8#DCF4FE
9#EEFAFE
Tones
Muted variations
1#5AC6F1
2#63C3E9
3#6BBFE0
4#73BCD8
5#7CB8D0
6#84B4C7
7#8DB1BF
8#95ADB7
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 | BFEB #BFEBFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DDC #8DDCFB | BordersInactive statesPlaceholder text |
| 400 | 52CA #52CAFA | Disabled statesSecondary iconsMuted text |
| 500 | 20BB #20BBF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 079E #079EDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 057E #057EAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 045A #045A7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0239 #02394F | Primary textHigh emphasis contentDark headings |
| 950 | 0224 #022431 | 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: #BFEBFD;
--sky-blue-300: #8DDCFB;
--sky-blue-400: #52CAFA;
--sky-blue-500: #20BBF8;
--sky-blue-600: #079EDA;
--sky-blue-700: #057EAD;
--sky-blue-800: #045A7C;
--sky-blue-900: #02394F;
--sky-blue-950: #022431;
}