Emerald
#72DA7C
GreenColor Codes
All color formats for development
HEX
#72DA7CRGB
rgb(114, 218, 124)HSL
hsl(126, 58%, 65%)OKLCH
oklch(0.803 0.162 145.9)CMYK
cmyk(48%, 0%, 43%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D364
2#3ECC4C
3#31B73E
4#2A9D35
5#23832C
6#1C6924
7#154F1B
8#0E3412
9#071A09
Tints
Lighter variations
1#80DD89
2#8EE196
3#9CE5A4
4#AAE9B1
5#B8ECBE
6#C7F0CB
7#D5F4D8
8#E3F8E5
9#F1FBF2
Tones
Muted variations
1#77D480
2#7CCF85
3#82CA89
4#87C58D
5#8CC091
6#91BA95
7#96B599
8#9BB09D
9#A1ABA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6A9 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA7C | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF57 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB13C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D30 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6522 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114016 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF4;
--emerald-100: #E3F8E5;
--emerald-200: #CBF1CE;
--emerald-300: #A2E6A9;
--emerald-400: #72DA7C;
--emerald-500: #4ACF57;
--emerald-600: #2FB13C;
--emerald-700: #258D30;
--emerald-800: #1B6522;
--emerald-900: #114016;
--emerald-950: #0B280E;
}