Emerald
#72DA80
GreenColor Codes
All color formats for development
HEX
#72DA80RGB
rgb(114, 218, 128)HSL
hsl(128, 58%, 65%)OKLCH
oklch(0.804 0.159 146.8)CMYK
cmyk(48%, 0%, 41%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D368
2#3ECC51
3#31B743
4#2A9D39
5#238330
6#1C6926
7#154F1D
8#0E3413
9#071A0A
Tints
Lighter variations
1#80DD8D
2#8EE199
3#9CE5A6
4#AAE9B3
5#B8ECBF
6#C7F0CC
7#D5F4D9
8#E3F8E6
9#F1FBF2
Tones
Muted variations
1#77D484
2#7CCF87
3#82CA8B
4#87C58F
5#8CC093
6#91BA97
7#96B59A
8#9BB09E
9#A1ABA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6AB | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA80 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF5B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB140 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D33 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6525 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114017 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF4;
--emerald-100: #E3F8E6;
--emerald-200: #CBF1D0;
--emerald-300: #A2E6AB;
--emerald-400: #72DA80;
--emerald-500: #4ACF5B;
--emerald-600: #2FB140;
--emerald-700: #258D33;
--emerald-800: #1B6525;
--emerald-900: #114017;
--emerald-950: #0B280F;
}