Sky Blue
#4EFDEC
CyanColor Codes
All color formats for development
HEX
#4EFDECRGB
rgb(78, 253, 236)HSL
hsl(174, 98%, 65%)OKLCH
oklch(0.903 0.141 185.5)CMYK
cmyk(69%, 0%, 7%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DFDE8
2#0DFDE5
3#02E6CF
4#02C5B1
5#02A494
6#018376
7#016259
8#01423B
9#00211E
Tints
Lighter variations
1#60FDEE
2#72FEF0
3#83FEF2
4#95FEF3
5#A7FEF5
6#B8FEF7
7#CAFEF9
8#DCFFFB
9#EDFFFD
Tones
Muted variations
1#57F4E5
2#60ECDE
3#69E3D7
4#71DAD0
5#7AD1C9
6#83C9C2
7#8CC0BB
8#94B7B4
9#9DAEAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEF2 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDEC | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B19F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015149 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFD;
--sky-blue-100: #DCFFFB;
--sky-blue-200: #BDFEF8;
--sky-blue-300: #8BFEF2;
--sky-blue-400: #4EFDEC;
--sky-blue-500: #1CFDE6;
--sky-blue-600: #02DEC8;
--sky-blue-700: #02B19F;
--sky-blue-800: #017E72;
--sky-blue-900: #015149;
--sky-blue-950: #01322D;
}