Sky Blue
#52EEFA
CyanColor Codes
All color formats for development
HEX
#52EEFARGB
rgb(82, 238, 250)HSL
hsl(184, 94%, 65%)OKLCH
oklch(0.873 0.129 202.5)CMYK
cmyk(67%, 5%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32EBF9
2#12E8F8
3#07D3E1
4#06B4C1
5#0596A1
6#047881
7#035A60
8#023C40
9#011E20
Tints
Lighter variations
1#63F0FA
2#74F2FB
3#86F3FB
4#97F5FC
5#A8F7FC
6#BAF8FD
7#CBFAFD
8#DCFCFE
9#EEFDFE
Tones
Muted variations
1#5AE7F1
2#63E0E9
3#6BD9E0
4#73D1D8
5#7CCAD0
6#84C3C7
7#8DBCBF
8#95B4B7
9#9DADAE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFC #DCFCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF9 #BFF9FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DF4 #8DF4FB | BordersInactive statesPlaceholder text |
| 400 | 52EE #52EEFA | Disabled statesSecondary iconsMuted text |
| 500 | 20EA #20EAF8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07CC #07CCDA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05A2 #05A2AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0474 #04747C | Text on light backgroundsHeadingsStrong borders |
| 900 | 024A #024A4F | Primary textHigh emphasis contentDark headings |
| 950 | 022E #022E31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FEFF;
--sky-blue-100: #DCFCFE;
--sky-blue-200: #BFF9FD;
--sky-blue-300: #8DF4FB;
--sky-blue-400: #52EEFA;
--sky-blue-500: #20EAF8;
--sky-blue-600: #07CCDA;
--sky-blue-700: #05A2AD;
--sky-blue-800: #04747C;
--sky-blue-900: #024A4F;
--sky-blue-950: #022E31;
}