Sky Blue
#52FAC7
GreenColor Codes
All color formats for development
HEX
#52FAC7RGB
rgb(82, 250, 199)HSL
hsl(162, 94%, 65%)OKLCH
oklch(0.886 0.156 168.6)CMYK
cmyk(67%, 0%, 20%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32F9BD
2#12F8B3
3#07E1A0
4#06C189
5#05A172
6#04815B
7#036044
8#02402E
9#012017
Tints
Lighter variations
1#63FACD
2#74FBD2
3#86FBD8
4#97FCDE
5#A8FCE3
6#BAFDE9
7#CBFDEE
8#DCFEF4
9#EEFEF9
Tones
Muted variations
1#5AF1C4
2#63E9C1
3#6BE0BD
4#73D8BA
5#7CD0B7
6#84C7B3
7#8DBFB0
8#95B7AC
9#9DAEA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBDA | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAC7 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DA9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F38 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFA;
--sky-blue-100: #DCFEF4;
--sky-blue-200: #BFFDEA;
--sky-blue-300: #8DFBDA;
--sky-blue-400: #52FAC7;
--sky-blue-500: #20F8B7;
--sky-blue-600: #07DA9A;
--sky-blue-700: #05AD7B;
--sky-blue-800: #047C58;
--sky-blue-900: #024F38;
--sky-blue-950: #023123;
}