Emerald
#72DA98
GreenColor Codes
All color formats for development
HEX
#72DA98RGB
rgb(114, 218, 152)HSL
hsl(142, 58%, 65%)OKLCH
oklch(0.809 0.136 154.2)CMYK
cmyk(48%, 0%, 30%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#58D385
2#3ECC72
3#31B762
4#2A9D54
5#238346
6#1C6938
7#154F2A
8#0E341C
9#071A0E
Tints
Lighter variations
1#80DDA2
2#8EE1AD
3#9CE5B7
4#AAE9C1
5#B8ECCB
6#C7F0D6
7#D5F4E0
8#E3F8EA
9#F1FBF5
Tones
Muted variations
1#77D499
2#7CCF9B
3#82CA9C
4#87C59D
5#8CC09F
6#91BAA0
7#96B5A2
8#9BB0A3
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 #CBF1D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6BB | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA98 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF7B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB15F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D4B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6536 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114022 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2816 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E3F8EA;
--emerald-200: #CBF1D9;
--emerald-300: #A2E6BB;
--emerald-400: #72DA98;
--emerald-500: #4ACF7B;
--emerald-600: #2FB15F;
--emerald-700: #258D4B;
--emerald-800: #1B6536;
--emerald-900: #114022;
--emerald-950: #0B2816;
}