Sky Blue
#52D5FA
CyanColor Codes
All color formats for development
HEX
#52D5FARGB
rgb(82, 213, 250)HSL
hsl(193, 94%, 65%)OKLCH
oklch(0.816 0.124 220.2)CMYK
cmyk(67%, 15%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32CEF9
2#12C6F8
3#07B2E1
4#0698C1
5#057FA1
6#046681
7#034C60
8#023340
9#011920
Tints
Lighter variations
1#63D9FA
2#74DEFB
3#86E2FB
4#97E6FC
5#A8EAFC
6#BAEEFD
7#CBF2FD
8#DCF7FE
9#EEFBFE
Tones
Muted variations
1#5AD1F1
2#63CCE9
3#6BC7E0
4#73C2D8
5#7CBED0
6#84B9C7
7#8DB4BF
8#95AFB7
9#9DABAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF0 #BFF0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE4 #8DE4FB | BordersInactive statesPlaceholder text |
| 400 | 52D5 #52D5FA | Disabled statesSecondary iconsMuted text |
| 500 | 20C9 #20C9F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07AC #07ACDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0589 #0589AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0462 #04627C | Text on light backgroundsHeadingsStrong borders |
| 900 | 023F #023F4F | Primary textHigh emphasis contentDark headings |
| 950 | 0227 #022731 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FBFF;
--sky-blue-100: #DCF7FE;
--sky-blue-200: #BFF0FD;
--sky-blue-300: #8DE4FB;
--sky-blue-400: #52D5FA;
--sky-blue-500: #20C9F8;
--sky-blue-600: #07ACDA;
--sky-blue-700: #0589AD;
--sky-blue-800: #04627C;
--sky-blue-900: #023F4F;
--sky-blue-950: #022731;
}