Emerald
#56F5AB
GreenColor Codes
All color formats for development
HEX
#56F5ABRGB
rgb(86, 245, 171)HSL
hsl(152, 89%, 65%)OKLCH
oklch(0.869 0.169 159.2)CMYK
cmyk(65%, 0%, 30%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37F39B
2#18F28C
3#0DDB7B
4#0BBC69
5#099D58
6#077D46
7#055E35
8#043F23
9#021F12
Tints
Lighter variations
1#67F6B3
2#78F7BC
3#89F8C4
4#9AF9CD
5#ABFAD5
6#BCFBDD
7#CCFCE6
8#DDFDEE
9#EEFEF7
Tones
Muted variations
1#5EEDAB
2#66E5AA
3#6EDDA9
4#76D5A9
5#7ECDA8
6#86C6A8
7#8EBEA7
8#96B6A7
9#9EAEA6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0FB #C0FBE0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9C8 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5AB | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F293 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD477 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA95F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077844 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D2B | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF8;
--emerald-100: #DDFDEE;
--emerald-200: #C0FBE0;
--emerald-300: #90F9C8;
--emerald-400: #56F5AB;
--emerald-500: #26F293;
--emerald-600: #0CD477;
--emerald-700: #0AA95F;
--emerald-800: #077844;
--emerald-900: #044D2B;
--emerald-950: #03301B;
}