Sky Blue
#52FAEC
CyanColor Codes
All color formats for development
HEX
#52FAECRGB
rgb(82, 250, 236)HSL
hsl(175, 94%, 65%)OKLCH
oklch(0.897 0.137 187)CMYK
cmyk(67%, 0%, 6%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32F9E8
2#12F8E4
3#07E1CF
4#06C1B1
5#05A194
6#048176
7#036059
8#02403B
9#01201E
Tints
Lighter variations
1#63FAEE
2#74FBF0
3#86FBF1
4#97FCF3
5#A8FCF5
6#BAFDF7
7#CBFDF9
8#DCFEFB
9#EEFEFD
Tones
Muted variations
1#5AF1E5
2#63E9DE
3#6BE0D7
4#73D8D0
5#7CD0C9
6#84C7C2
7#8DBFBB
8#95B7B4
9#9DAEAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBF2 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAEC | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFD;
--sky-blue-100: #DCFEFB;
--sky-blue-200: #BFFDF8;
--sky-blue-300: #8DFBF2;
--sky-blue-400: #52FAEC;
--sky-blue-500: #20F8E6;
--sky-blue-600: #07DAC8;
--sky-blue-700: #05AD9F;
--sky-blue-800: #047C72;
--sky-blue-900: #024F49;
--sky-blue-950: #02312D;
}