Sky Blue
#4EFDD4
CyanColor Codes
All color formats for development
HEX
#4EFDD4RGB
rgb(78, 253, 212)HSL
hsl(166, 98%, 65%)OKLCH
oklch(0.896 0.152 173.5)CMYK
cmyk(69%, 0%, 16%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DFDCC
2#0DFDC5
3#02E6B1
4#02C597
5#02A47E
6#018365
7#01624C
8#014232
9#002119
Tints
Lighter variations
1#60FDD9
2#72FEDD
3#83FEE1
4#95FEE5
5#A7FEEA
6#B8FEEE
7#CAFEF2
8#DCFFF6
9#EDFFFB
Tones
Muted variations
1#57F4D0
2#60ECCB
3#69E3C6
4#71DAC2
5#7AD1BD
6#83C9B8
7#8CC0B4
8#94B7AF
9#9DAEAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEE3 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDD4 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B188 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01513E | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFB;
--sky-blue-100: #DCFFF6;
--sky-blue-200: #BDFEEF;
--sky-blue-300: #8BFEE3;
--sky-blue-400: #4EFDD4;
--sky-blue-500: #1CFDC8;
--sky-blue-600: #02DEAB;
--sky-blue-700: #02B188;
--sky-blue-800: #017E61;
--sky-blue-900: #01513E;
--sky-blue-950: #013227;
}