Emerald
#72DA75
GreenColor Codes
All color formats for development
HEX
#72DA75RGB
rgb(114, 218, 117)HSL
hsl(122, 58%, 65%)OKLCH
oklch(0.802 0.169 144.4)CMYK
cmyk(48%, 0%, 46%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D35C
2#3ECC42
3#31B735
4#2A9D2E
5#238326
6#1C691E
7#154F17
8#0E340F
9#071A08
Tints
Lighter variations
1#80DD83
2#8EE191
3#9CE59F
4#AAE9AC
5#B8ECBA
6#C7F0C8
7#D5F4D6
8#E3F8E3
9#F1FBF1
Tones
Muted variations
1#77D47A
2#7CCF7F
3#82CA84
4#87C589
5#8CC08E
6#91BA92
7#96B597
8#9BB09C
9#A1ABA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6A5 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA75 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF4E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB133 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D29 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B651D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114013 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF3;
--emerald-100: #E3F8E3;
--emerald-200: #CBF1CC;
--emerald-300: #A2E6A5;
--emerald-400: #72DA75;
--emerald-500: #4ACF4E;
--emerald-600: #2FB133;
--emerald-700: #258D29;
--emerald-800: #1B651D;
--emerald-900: #114013;
--emerald-950: #0B280C;
}