Sky Blue
#52FAC2
GreenColor Codes
All color formats for development
HEX
#52FAC2RGB
rgb(82, 250, 194)HSL
hsl(160, 94%, 65%)OKLCH
oklch(0.885 0.159 166.6)CMYK
cmyk(67%, 0%, 22%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32F9B6
2#12F8AB
3#07E198
4#06C183
5#05A16D
6#048157
7#036041
8#02402C
9#012016
Tints
Lighter variations
1#63FAC8
2#74FBCE
3#86FBD4
4#97FCDA
5#A8FCE0
6#BAFDE6
7#CBFDED
8#DCFEF3
9#EEFEF9
Tones
Muted variations
1#5AF1BF
2#63E9BC
3#6BE0B9
4#73D8B7
5#7CD0B4
6#84C7B1
7#8DBFAE
8#95B7AB
9#9DAEA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBD7 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAC2 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8B0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DA93 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD75 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F36 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023121 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFA;
--sky-blue-100: #DCFEF3;
--sky-blue-200: #BFFDE8;
--sky-blue-300: #8DFBD7;
--sky-blue-400: #52FAC2;
--sky-blue-500: #20F8B0;
--sky-blue-600: #07DA93;
--sky-blue-700: #05AD75;
--sky-blue-800: #047C54;
--sky-blue-900: #024F36;
--sky-blue-950: #023121;
}