Sky Blue
#4EFDE6
CyanColor Codes
All color formats for development
HEX
#4EFDE6RGB
rgb(78, 253, 230)HSL
hsl(172, 98%, 65%)OKLCH
oklch(0.901 0.143 182.3)CMYK
cmyk(69%, 0%, 9%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DFDE1
2#0DFDDD
3#02E6C7
4#02C5AB
5#02A48E
6#018372
7#016255
8#014239
9#00211C
Tints
Lighter variations
1#60FDE8
2#72FEEB
3#83FEED
4#95FEF0
5#A7FEF2
6#B8FEF5
7#CAFEF7
8#DCFFFA
9#EDFFFC
Tones
Muted variations
1#57F4DF
2#60ECD9
3#69E3D3
4#71DACC
5#7AD1C6
6#83C9BF
7#8CC0B9
8#94B7B3
9#9DAEAC
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEEE | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDE6 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B199 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015146 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFD;
--sky-blue-100: #DCFFFA;
--sky-blue-200: #BDFEF6;
--sky-blue-300: #8BFEEE;
--sky-blue-400: #4EFDE6;
--sky-blue-500: #1CFDDF;
--sky-blue-600: #02DEC1;
--sky-blue-700: #02B199;
--sky-blue-800: #017E6E;
--sky-blue-900: #015146;
--sky-blue-950: #01322C;
}