Sky Blue
#52FAC5
GreenColor Codes
All color formats for development
HEX
#52FAC5RGB
rgb(82, 250, 197)HSL
hsl(161, 94%, 65%)OKLCH
oklch(0.886 0.157 167.8)CMYK
cmyk(67%, 0%, 21%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#32F9BA
2#12F8AF
3#07E19C
4#06C186
5#05A16F
6#048159
7#036043
8#02402D
9#012016
Tints
Lighter variations
1#63FACA
2#74FBD0
3#86FBD6
4#97FCDC
5#A8FCE2
6#BAFDE8
7#CBFDED
8#DCFEF3
9#EEFEF9
Tones
Muted variations
1#5AF1C1
2#63E9BE
3#6BE0BB
4#73D8B8
5#7CD0B5
6#84C7B2
7#8DBFAF
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 #DCFEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFFD #BFFDE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFB #8DFBD9 | BordersInactive statesPlaceholder text |
| 400 | 52FA #52FAC5 | Disabled statesSecondary iconsMuted text |
| 500 | 20F8 #20F8B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 07DA #07DA97 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 05AD #05AD78 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 047C #047C56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 024F #024F37 | Primary textHigh emphasis contentDark headings |
| 950 | 0231 #023122 | 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: #BFFDE9;
--sky-blue-300: #8DFBD9;
--sky-blue-400: #52FAC5;
--sky-blue-500: #20F8B4;
--sky-blue-600: #07DA97;
--sky-blue-700: #05AD78;
--sky-blue-800: #047C56;
--sky-blue-900: #024F37;
--sky-blue-950: #023122;
}