Sky Blue
#4EFDEF
CyanColor Codes
All color formats for development
HEX
#4EFDEFRGB
rgb(78, 253, 239)HSL
hsl(175, 98%, 65%)OKLCH
oklch(0.904 0.141 187.1)CMYK
cmyk(69%, 0%, 6%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DFDEC
2#0DFDE9
3#02E6D3
4#02C5B5
5#02A497
6#018378
7#01625A
8#01423C
9#00211E
Tints
Lighter variations
1#60FDF0
2#72FEF2
3#83FEF4
4#95FEF5
5#A7FEF7
6#B8FEF8
7#CAFEFA
8#DCFFFC
9#EDFFFD
Tones
Muted variations
1#57F4E7
2#60ECE0
3#69E3D9
4#71DAD1
5#7AD1CA
6#83C9C3
7#8CC0BC
8#94B7B4
9#9DAEAD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEF4 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDEF | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DECC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B1A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01514A | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFE;
--sky-blue-100: #DCFFFC;
--sky-blue-200: #BDFEF9;
--sky-blue-300: #8BFEF4;
--sky-blue-400: #4EFDEF;
--sky-blue-500: #1CFDEA;
--sky-blue-600: #02DECC;
--sky-blue-700: #02B1A2;
--sky-blue-800: #017E74;
--sky-blue-900: #01514A;
--sky-blue-950: #01322E;
}