Sky Blue
#4EFDC6
GreenColor Codes
All color formats for development
HEX
#4EFDC6RGB
rgb(78, 253, 198)HSL
hsl(161, 98%, 65%)OKLCH
oklch(0.892 0.161 167.5)CMYK
cmyk(69%, 0%, 22%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DFDBB
2#0DFDB1
3#02E69E
4#02C587
5#02A471
6#01835A
7#016244
8#01422D
9#002117
Tints
Lighter variations
1#60FDCC
2#72FED1
3#83FED7
4#95FEDD
5#A7FEE2
6#B8FEE8
7#CAFEEE
8#DCFFF4
9#EDFFF9
Tones
Muted variations
1#57F4C3
2#60ECBF
3#69E3BC
4#71DAB9
5#7AD1B6
6#83C9B3
7#8CC0AF
8#94B7AC
9#9DAEA9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEEA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED9 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDC6 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B179 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015137 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFA;
--sky-blue-100: #DCFFF4;
--sky-blue-200: #BDFEEA;
--sky-blue-300: #8BFED9;
--sky-blue-400: #4EFDC6;
--sky-blue-500: #1CFDB5;
--sky-blue-600: #02DE99;
--sky-blue-700: #02B179;
--sky-blue-800: #017E57;
--sky-blue-900: #015137;
--sky-blue-950: #013223;
}