Sky Blue
#52FAEE
CyanColor Codes
All color formats for development
HEX
#52FAEERGB
rgb(82, 250, 238)HSL
hsl(176, 94%, 65%)OKLCH
oklch(0.897 0.137 188.1)CMYK
cmyk(67%, 0%, 5%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32F9EB
2#12F8E8
3#07E1D3
4#06C1B4
5#05A196
6#048178
7#03605A
8#02403C
9#01201E
Tints
Lighter variations
1#63FAF0
2#74FBF2
3#86FBF3
4#97FCF5
5#A8FCF7
6#BAFDF8
7#CBFDFA
8#DCFEFC
9#EEFEFD
Tones
Muted variations
1#5AF1E7
2#63E9E0
3#6BE0D9
4#73D8D1
5#7CD0CA
6#84C7C3
7#8DBFBC
8#95B7B4
9#9DAEAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBF4 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAEE | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DACC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05ADA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F4A | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFE;
--sky-blue-100: #DCFEFC;
--sky-blue-200: #BFFDF9;
--sky-blue-300: #8DFBF4;
--sky-blue-400: #52FAEE;
--sky-blue-500: #20F8EA;
--sky-blue-600: #07DACC;
--sky-blue-700: #05ADA2;
--sky-blue-800: #047C74;
--sky-blue-900: #024F4A;
--sky-blue-950: #02312E;
}