Emerald
#56F5A8
GreenColor Codes
All color formats for development
HEX
#56F5A8RGB
rgb(86, 245, 168)HSL
hsl(151, 89%, 65%)OKLCH
oklch(0.868 0.172 158.3)CMYK
cmyk(65%, 0%, 31%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#37F398
2#18F288
3#0DDB77
4#0BBC66
5#099D55
6#077D44
7#055E33
8#043F22
9#021F11
Tints
Lighter variations
1#67F6B1
2#78F7BA
3#89F8C2
4#9AF9CB
5#ABFAD4
6#BCFBDC
7#CCFCE5
8#DDFDEE
9#EEFEF6
Tones
Muted variations
1#5EEDA8
2#66E5A8
3#6EDDA8
4#76D5A7
5#7ECDA7
6#86C6A7
7#8EBEA7
8#96B6A6
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 #C0FBDF | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F9 #90F9C6 | BordersInactive statesPlaceholder text |
| 400 | 56F5 #56F5A8 | Disabled statesSecondary iconsMuted text |
| 500 | 26F2 #26F290 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0CD4 #0CD474 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0AA9 #0AA95C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0778 #077842 | Text on light backgroundsHeadingsStrong borders |
| 900 | 044D #044D2A | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03301A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FEF8;
--emerald-100: #DDFDEE;
--emerald-200: #C0FBDF;
--emerald-300: #90F9C6;
--emerald-400: #56F5A8;
--emerald-500: #26F290;
--emerald-600: #0CD474;
--emerald-700: #0AA95C;
--emerald-800: #077842;
--emerald-900: #044D2A;
--emerald-950: #03301A;
}