Sky Blue
#52DEFA
CyanColor Codes
All color formats for development
HEX
#52DEFARGB
rgb(82, 222, 250)HSL
hsl(190, 94%, 65%)OKLCH
oklch(0.836 0.124 213.6)CMYK
cmyk(67%, 11%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32D7F9
2#12D1F8
3#07BDE1
4#06A2C1
5#0587A1
6#046C81
7#035160
8#023640
9#011B20
Tints
Lighter variations
1#63E1FA
2#74E4FB
3#86E8FB
4#97EBFC
5#A8EEFC
6#BAF2FD
7#CBF5FD
8#DCF8FE
9#EEFCFE
Tones
Muted variations
1#5AD8F1
2#63D2E9
3#6BCDE0
4#73C7D8
5#7CC2D0
6#84BCC7
7#8DB7BF
8#95B1B7
9#9DABAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF8 #DCF8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF3 #BFF3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DE9 #8DE9FB | BordersInactive statesPlaceholder text |
| 400 | 52DE #52DEFA | Disabled statesSecondary iconsMuted text |
| 500 | 20D4 #20D4F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07B7 #07B7DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0591 #0591AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0468 #04687C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0242 #02424F | Primary textHigh emphasis contentDark headings |
| 950 | 0229 #022931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FCFF;
--sky-blue-100: #DCF8FE;
--sky-blue-200: #BFF3FD;
--sky-blue-300: #8DE9FB;
--sky-blue-400: #52DEFA;
--sky-blue-500: #20D4F8;
--sky-blue-600: #07B7DA;
--sky-blue-700: #0591AD;
--sky-blue-800: #04687C;
--sky-blue-900: #02424F;
--sky-blue-950: #022931;
}