Sky Blue
#52E6FA
CyanColor Codes
All color formats for development
HEX
#52E6FARGB
rgb(82, 230, 250)HSL
hsl(187, 94%, 65%)OKLCH
oklch(0.855 0.126 207.9)CMYK
cmyk(67%, 8%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32E1F9
2#12DDF8
3#07C8E1
4#06ABC1
5#058FA1
6#047281
7#035660
8#023940
9#011D20
Tints
Lighter variations
1#63E9FA
2#74EBFB
3#86EEFB
4#97F0FC
5#A8F3FC
6#BAF5FD
7#CBF8FD
8#DCFAFE
9#EEFDFE
Tones
Muted variations
1#5AE0F1
2#63D9E9
3#6BD3E0
4#73CCD8
5#7CC6D0
6#84BFC7
7#8DB9BF
8#95B3B7
9#9DACAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFA #DCFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF6 #BFF6FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DEF #8DEFFB | BordersInactive statesPlaceholder text |
| 400 | 52E6 #52E6FA | Disabled statesSecondary iconsMuted text |
| 500 | 20DF #20DFF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07C1 #07C1DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 059A #059AAD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046E #046E7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0246 #02464F | Primary textHigh emphasis contentDark headings |
| 950 | 022C #022C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FDFF;
--sky-blue-100: #DCFAFE;
--sky-blue-200: #BFF6FD;
--sky-blue-300: #8DEFFB;
--sky-blue-400: #52E6FA;
--sky-blue-500: #20DFF8;
--sky-blue-600: #07C1DA;
--sky-blue-700: #059AAD;
--sky-blue-800: #046E7C;
--sky-blue-900: #02464F;
--sky-blue-950: #022C31;
}