Emerald
#72DA91
GreenColor Codes
All color formats for development
HEX
#72DA91RGB
rgb(114, 218, 145)HSL
hsl(138, 58%, 65%)OKLCH
oklch(0.807 0.142 151.7)CMYK
cmyk(48%, 0%, 33%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D37D
2#3ECC68
3#31B759
4#2A9D4C
5#238340
6#1C6933
7#154F26
8#0E3419
9#071A0D
Tints
Lighter variations
1#80DD9C
2#8EE1A7
3#9CE5B2
4#AAE9BD
5#B8ECC8
6#C7F0D3
7#D5F4DE
8#E3F8E9
9#F1FBF4
Tones
Muted variations
1#77D493
2#7CCF95
3#82CA97
4#87C599
5#8CC09B
6#91BA9D
7#96B5A0
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 #E3F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B7 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA91 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF72 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB156 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D45 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6531 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2814 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E3F8E9;
--emerald-200: #CBF1D6;
--emerald-300: #A2E6B7;
--emerald-400: #72DA91;
--emerald-500: #4ACF72;
--emerald-600: #2FB156;
--emerald-700: #258D45;
--emerald-800: #1B6531;
--emerald-900: #11401F;
--emerald-950: #0B2814;
}