Sky Blue
#4EFDC3
GreenColor Codes
All color formats for development
HEX
#4EFDC3RGB
rgb(78, 253, 195)HSL
hsl(160, 98%, 65%)OKLCH
oklch(0.892 0.163 166.4)CMYK
cmyk(69%, 0%, 23%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DFDB8
2#0DFDAD
3#02E69A
4#02C584
5#02A46E
6#018358
7#016242
8#01422C
9#002116
Tints
Lighter variations
1#60FDC9
2#72FECF
3#83FED5
4#95FEDB
5#A7FEE1
6#B8FEE7
7#CAFEED
8#DCFFF3
9#EDFFF9
Tones
Muted variations
1#57F4C0
2#60ECBD
3#69E3BA
4#71DAB7
5#7AD1B4
6#83C9B1
7#8CC0AE
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 #DCFFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFED8 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDC3 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DE95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B176 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015136 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFA;
--sky-blue-100: #DCFFF3;
--sky-blue-200: #BDFEE9;
--sky-blue-300: #8BFED8;
--sky-blue-400: #4EFDC3;
--sky-blue-500: #1CFDB2;
--sky-blue-600: #02DE95;
--sky-blue-700: #02B176;
--sky-blue-800: #017E55;
--sky-blue-900: #015136;
--sky-blue-950: #013222;
}