Sky Blue
#4EFDCF
GreenColor Codes
All color formats for development
HEX
#4EFDCFRGB
rgb(78, 253, 207)HSL
hsl(164, 98%, 65%)OKLCH
oklch(0.895 0.155 171.3)CMYK
cmyk(69%, 0%, 18%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DFDC6
2#0DFDBD
3#02E6A9
4#02C591
5#02A479
6#018361
7#016248
8#014230
9#002118
Tints
Lighter variations
1#60FDD3
2#72FED8
3#83FEDD
4#95FEE2
5#A7FEE7
6#B8FEEC
7#CAFEF0
8#DCFFF5
9#EDFFFA
Tones
Muted variations
1#57F4CA
2#60ECC6
3#69E3C2
4#71DABE
5#7AD1BA
6#83C9B6
7#8CC0B2
8#94B7AE
9#9DAEAA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEED | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEDF | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDCF | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B182 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01513B | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013225 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--sky-blue-50: #F0FFFB;
--sky-blue-100: #DCFFF5;
--sky-blue-200: #BDFEED;
--sky-blue-300: #8BFEDF;
--sky-blue-400: #4EFDCF;
--sky-blue-500: #1CFDC1;
--sky-blue-600: #02DEA4;
--sky-blue-700: #02B182;
--sky-blue-800: #017E5D;
--sky-blue-900: #01513B;
--sky-blue-950: #013225;
}