Sky Blue
#52FAD5
CyanColor Codes
All color formats for development
HEX
#52FAD5RGB
rgb(82, 250, 213)HSL
hsl(167, 94%, 65%)OKLCH
oklch(0.89 0.147 174.9)CMYK
cmyk(67%, 0%, 15%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32F9CE
2#12F8C6
3#07E1B2
4#06C198
5#05A17F
6#048166
7#03604C
8#024033
9#012019
Tints
Lighter variations
1#63FAD9
2#74FBDE
3#86FBE2
4#97FCE6
5#A8FCEA
6#BAFDEE
7#CBFDF2
8#DCFEF7
9#EEFEFB
Tones
Muted variations
1#5AF1D1
2#63E9CC
3#6BE0C7
4#73D8C2
5#7CD0BE
6#84C7B9
7#8DBFB4
8#95B7AF
9#9DAEAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBE4 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAD5 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DAAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F3F | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFB;
--sky-blue-100: #DCFEF7;
--sky-blue-200: #BFFDF0;
--sky-blue-300: #8DFBE4;
--sky-blue-400: #52FAD5;
--sky-blue-500: #20F8C9;
--sky-blue-600: #07DAAC;
--sky-blue-700: #05AD89;
--sky-blue-800: #047C62;
--sky-blue-900: #024F3F;
--sky-blue-950: #023127;
}