Sky Blue
#52FAE3
CyanColor Codes
All color formats for development
HEX
#52FAE3RGB
rgb(82, 250, 227)HSL
hsl(172, 94%, 65%)OKLCH
oklch(0.894 0.14 182)CMYK
cmyk(67%, 0%, 9%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32F9DE
2#12F8D9
3#07E1C4
4#06C1A8
5#05A18C
6#048170
7#036054
8#024038
9#01201C
Tints
Lighter variations
1#63FAE6
2#74FBE9
3#86FBEC
4#97FCEE
5#A8FCF1
6#BAFDF4
7#CBFDF7
8#DCFEF9
9#EEFEFC
Tones
Muted variations
1#5AF1DD
2#63E9D7
3#6BE0D1
4#73D8CB
5#7CD0C5
6#84C7BE
7#8DBFB8
8#95B7B2
9#9DAEAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBED | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAE3 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DABE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F45 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #02312B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFD;
--sky-blue-100: #DCFEF9;
--sky-blue-200: #BFFDF5;
--sky-blue-300: #8DFBED;
--sky-blue-400: #52FAE3;
--sky-blue-500: #20F8DB;
--sky-blue-600: #07DABE;
--sky-blue-700: #05AD97;
--sky-blue-800: #047C6C;
--sky-blue-900: #024F45;
--sky-blue-950: #02312B;
}