Sky Blue
#4EFDCC
GreenColor Codes
All color formats for development
HEX
#4EFDCCRGB
rgb(78, 253, 204)HSL
hsl(163, 98%, 65%)OKLCH
oklch(0.894 0.157 170)CMYK
cmyk(69%, 0%, 19%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2DFDC2
2#0DFDB9
3#02E6A5
4#02C58E
5#02A476
6#01835E
7#016247
8#01422F
9#002118
Tints
Lighter variations
1#60FDD1
2#72FED6
3#83FEDB
4#95FEE0
5#A7FEE5
6#B8FEEA
7#CAFEF0
8#DCFFF5
9#EDFFFA
Tones
Muted variations
1#57F4C8
2#60ECC4
3#69E3C0
4#71DABC
5#7AD1B9
6#83C9B5
7#8CC0B1
8#94B7AD
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 #BDFEEC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEDD | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDCC | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDBD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B17F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01513A | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013224 | 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: #BDFEEC;
--sky-blue-300: #8BFEDD;
--sky-blue-400: #4EFDCC;
--sky-blue-500: #1CFDBD;
--sky-blue-600: #02DEA0;
--sky-blue-700: #02B17F;
--sky-blue-800: #017E5B;
--sky-blue-900: #01513A;
--sky-blue-950: #013224;
}