Sky Blue
#52FAE9
CyanColor Codes
All color formats for development
HEX
#52FAE9RGB
rgb(82, 250, 233)HSL
hsl(174, 94%, 65%)OKLCH
oklch(0.896 0.138 185.3)CMYK
cmyk(67%, 0%, 7%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32F9E5
2#12F8E1
3#07E1CB
4#06C1AE
5#05A191
6#048174
7#036057
8#02403A
9#01201D
Tints
Lighter variations
1#63FAEB
2#74FBED
3#86FBF0
4#97FCF2
5#A8FCF4
6#BAFDF6
7#CBFDF8
8#DCFEFB
9#EEFEFD
Tones
Muted variations
1#5AF1E2
2#63E9DB
3#6BE0D5
4#73D8CE
5#7CD0C7
6#84C7C1
7#8DBFBA
8#95B7B3
9#9DAEAC
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 #BFFDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBF0 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAE9 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F47 | 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: #BFFDF7;
--sky-blue-300: #8DFBF0;
--sky-blue-400: #52FAE9;
--sky-blue-500: #20F8E3;
--sky-blue-600: #07DAC5;
--sky-blue-700: #05AD9C;
--sky-blue-800: #047C70;
--sky-blue-900: #024F47;
--sky-blue-950: #02312D;
}