Emerald
#4ACF7D
GreenColor Codes
All color formats for development
HEX
#4ACF7DRGB
rgb(74, 207, 125)HSL
hsl(143, 58%, 55%)OKLCH
oklch(0.762 0.165 152.8)CMYK
cmyk(64%, 0%, 40%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C76D
2#2FB161
3#299B55
4#238549
5#1D6F3D
6#185931
7#124224
8#0C2C18
9#06160C
Tints
Lighter variations
1#5CD48A
2#6ED897
3#80DDA4
4#92E2B1
5#A4E7BE
6#B6ECCB
7#C9F1D8
8#DBF5E5
9#EDFAF2
Tones
Muted variations
1#50C87E
2#57C180
3#5EBB81
4#64B483
5#6BAE84
6#72A786
7#78A088
8#7F9A89
9#86938B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6BC | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA9A | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF7D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB161 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D4D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6537 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114023 | 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: #E3F8EB;
--emerald-200: #CBF1D9;
--emerald-300: #A2E6BC;
--emerald-400: #72DA9A;
--emerald-500: #4ACF7D;
--emerald-600: #2FB161;
--emerald-700: #258D4D;
--emerald-800: #1B6537;
--emerald-900: #114023;
--emerald-950: #0B2816;
}