Emerald
#72DA94
GreenColor Codes
All color formats for development
HEX
#72DA94RGB
rgb(114, 218, 148)HSL
hsl(140, 58%, 65%)OKLCH
oklch(0.808 0.14 152.7)CMYK
cmyk(48%, 0%, 32%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D381
2#3ECC6D
3#31B75E
4#2A9D50
5#238343
6#1C6935
7#154F28
8#0E341B
9#071A0D
Tints
Lighter variations
1#80DD9F
2#8EE1AA
3#9CE5B4
4#AAE9BF
5#B8ECCA
6#C7F0D4
7#D5F4DF
8#E3F8EA
9#F1FBF4
Tones
Muted variations
1#77D496
2#7CCF98
3#82CA9A
4#87C59B
5#8CC09D
6#91BA9F
7#96B5A1
8#9BB0A2
9#A1ABA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B9 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA94 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF76 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB15B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D48 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6533 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114021 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2815 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E3F8EA;
--emerald-200: #CBF1D7;
--emerald-300: #A2E6B9;
--emerald-400: #72DA94;
--emerald-500: #4ACF76;
--emerald-600: #2FB15B;
--emerald-700: #258D48;
--emerald-800: #1B6533;
--emerald-900: #114021;
--emerald-950: #0B2815;
}