Sky Blue
#4EFDF2
CyanColor Codes
All color formats for development
HEX
#4EFDF2RGB
rgb(78, 253, 242)HSL
hsl(176, 98%, 65%)OKLCH
oklch(0.905 0.14 188.8)CMYK
cmyk(69%, 0%, 4%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DFDEF
2#0DFDED
3#02E6D7
4#02C5B8
5#02A499
6#01837B
7#01625C
8#01423D
9#00211F
Tints
Lighter variations
1#60FDF3
2#72FEF4
3#83FEF6
4#95FEF7
5#A7FEF8
6#B8FEFA
7#CAFEFB
8#DCFFFC
9#EDFFFE
Tones
Muted variations
1#57F4EA
2#60ECE2
3#69E3DB
4#71DAD3
5#7AD1CC
6#83C9C4
7#8CC0BC
8#94B7B5
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 #BDFEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEF6 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDF2 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DECF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B1A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01514B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322F | 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: #BDFEFA;
--sky-blue-300: #8BFEF6;
--sky-blue-400: #4EFDF2;
--sky-blue-500: #1CFDEE;
--sky-blue-600: #02DECF;
--sky-blue-700: #02B1A5;
--sky-blue-800: #017E76;
--sky-blue-900: #01514B;
--sky-blue-950: #01322F;
}