Sky Blue
#52D8FA
CyanColor Codes
All color formats for development
HEX
#52D8FARGB
rgb(82, 216, 250)HSL
hsl(192, 94%, 65%)OKLCH
oklch(0.823 0.124 218)CMYK
cmyk(67%, 14%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32D1F9
2#12CAF8
3#07B5E1
4#069CC1
5#0582A1
6#046881
7#034E60
8#023440
9#011A20
Tints
Lighter variations
1#63DCFA
2#74E0FB
3#86E4FB
4#97E8FC
5#A8ECFC
6#BAEFFD
7#CBF3FD
8#DCF7FE
9#EEFBFE
Tones
Muted variations
1#5AD3F1
2#63CEE9
3#6BC9E0
4#73C4D8
5#7CBFD0
6#84BAC7
7#8DB5BF
8#95B0B7
9#9DABAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF7 #DCF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF1 #BFF1FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE5 #8DE5FB | BordersInactive statesPlaceholder text |
| 400 | 52D8 #52D8FA | Disabled statesSecondary iconsMuted text |
| 500 | 20CD #20CDF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07AF #07AFDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 058C #058CAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0464 #04647C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0240 #02404F | Primary textHigh emphasis contentDark headings |
| 950 | 0228 #022831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFF;
--sky-blue-100: #DCF7FE;
--sky-blue-200: #BFF1FD;
--sky-blue-300: #8DE5FB;
--sky-blue-400: #52D8FA;
--sky-blue-500: #20CDF8;
--sky-blue-600: #07AFDA;
--sky-blue-700: #058CAD;
--sky-blue-800: #04647C;
--sky-blue-900: #02404F;
--sky-blue-950: #022831;
}