Sky Blue
#4EFDE0
CyanColor Codes
All color formats for development
HEX
#4EFDE0RGB
rgb(78, 253, 224)HSL
hsl(170, 98%, 65%)OKLCH
oklch(0.899 0.146 179.2)CMYK
cmyk(69%, 0%, 11%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DFDDA
2#0DFDD5
3#02E6C0
4#02C5A4
5#02A489
6#01836E
7#016252
8#014237
9#00211B
Tints
Lighter variations
1#60FDE3
2#72FEE6
3#83FEE9
4#95FEEC
5#A7FEF0
6#B8FEF3
7#CAFEF6
8#DCFFF9
9#EDFFFC
Tones
Muted variations
1#57F4DA
2#60ECD4
3#69E3CF
4#71DAC9
5#7AD1C3
6#83C9BD
7#8CC0B7
8#94B7B1
9#9DAEAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEEB | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDE0 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDD7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEBA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015143 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFC;
--sky-blue-100: #DCFFF9;
--sky-blue-200: #BDFEF4;
--sky-blue-300: #8BFEEB;
--sky-blue-400: #4EFDE0;
--sky-blue-500: #1CFDD7;
--sky-blue-600: #02DEBA;
--sky-blue-700: #02B194;
--sky-blue-800: #017E69;
--sky-blue-900: #015143;
--sky-blue-950: #01322A;
}