Sky Blue
#4EFDD7
CyanColor Codes
All color formats for development
HEX
#4EFDD7RGB
rgb(78, 253, 215)HSL
hsl(167, 98%, 65%)OKLCH
oklch(0.897 0.15 174.9)CMYK
cmyk(69%, 0%, 15%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DFDD0
2#0DFDC9
3#02E6B4
4#02C59B
5#02A481
6#018367
7#01624D
8#014234
9#00211A
Tints
Lighter variations
1#60FDDB
2#72FEDF
3#83FEE3
4#95FEE7
5#A7FEEB
6#B8FEEF
7#CAFEF3
8#DCFFF7
9#EDFFFB
Tones
Muted variations
1#57F4D2
2#60ECCD
3#69E3C8
4#71DAC3
5#7AD1BF
6#83C9BA
7#8CC0B5
8#94B7B0
9#9DAEAB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEE5 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDD7 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDCC | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B18B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01513F | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFC;
--sky-blue-100: #DCFFF7;
--sky-blue-200: #BDFEF0;
--sky-blue-300: #8BFEE5;
--sky-blue-400: #4EFDD7;
--sky-blue-500: #1CFDCC;
--sky-blue-600: #02DEAF;
--sky-blue-700: #02B18B;
--sky-blue-800: #017E63;
--sky-blue-900: #01513F;
--sky-blue-950: #013228;
}