Emerald
#4ACF62
GreenColor Codes
All color formats for development
HEX
#4ACF62RGB
rgb(74, 207, 98)HSL
hsl(131, 58%, 55%)OKLCH
oklch(0.758 0.189 146.6)CMYK
cmyk(64%, 0%, 53%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C750
2#2FB147
3#299B3E
4#238535
5#1D6F2C
6#185923
7#12421B
8#0C2C12
9#061609
Tints
Lighter variations
1#5CD472
2#6ED881
3#80DD91
4#92E2A1
5#A4E7B1
6#B6ECC0
7#C9F1D0
8#DBF5E0
9#EDFAEF
Tones
Muted variations
1#50C866
2#57C16B
3#5EBB6F
4#64B473
5#6BAE77
6#72A77B
7#78A080
8#7F9A84
9#869388
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6AF | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA85 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF62 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB147 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D38 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6528 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2810 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E3F8E7;
--emerald-200: #CBF1D2;
--emerald-300: #A2E6AF;
--emerald-400: #72DA85;
--emerald-500: #4ACF62;
--emerald-600: #2FB147;
--emerald-700: #258D38;
--emerald-800: #1B6528;
--emerald-900: #11401A;
--emerald-950: #0B2810;
}