Emerald
#72DA82
GreenColor Codes
All color formats for development
HEX
#72DA82RGB
rgb(114, 218, 130)HSL
hsl(129, 58%, 65%)OKLCH
oklch(0.804 0.157 147.3)CMYK
cmyk(48%, 0%, 40%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D36A
2#3ECC53
3#31B745
4#2A9D3B
5#238331
6#1C6927
7#154F1E
8#0E3414
9#071A0A
Tints
Lighter variations
1#80DD8E
2#8EE19B
3#9CE5A7
4#AAE9B4
5#B8ECC0
6#C7F0CD
7#D5F4D9
8#E3F8E6
9#F1FBF2
Tones
Muted variations
1#77D485
2#7CCF89
3#82CA8C
4#87C590
5#8CC094
6#91BA97
7#96B59B
8#9BB09F
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 #A2E6AD | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA82 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF5E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB143 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D35 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6526 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114018 | 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: #A2E6AD;
--emerald-400: #72DA82;
--emerald-500: #4ACF5E;
--emerald-600: #2FB143;
--emerald-700: #258D35;
--emerald-800: #1B6526;
--emerald-900: #114018;
--emerald-950: #0B280F;
}