Emerald
#4ACF7B
GreenColor Codes
All color formats for development
HEX
#4ACF7BRGB
rgb(74, 207, 123)HSL
hsl(142, 58%, 55%)OKLCH
oklch(0.762 0.167 152.2)CMYK
cmyk(64%, 0%, 41%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C76B
2#2FB15F
3#299B53
4#238547
5#1D6F3B
6#18592F
7#124224
8#0C2C18
9#06160C
Tints
Lighter variations
1#5CD488
2#6ED895
3#80DDA2
4#92E2B0
5#A4E7BD
6#B6ECCA
7#C9F1D7
8#DBF5E5
9#EDFAF2
Tones
Muted variations
1#50C87C
2#57C17E
3#5EBB80
4#64B482
5#6BAE83
6#72A785
7#78A087
8#7F9A89
9#86938A
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;
}