Emerald
#4ACF60
GreenColor Codes
All color formats for development
HEX
#4ACF60RGB
rgb(74, 207, 96)HSL
hsl(130, 58%, 55%)OKLCH
oklch(0.757 0.191 146.3)CMYK
cmyk(64%, 0%, 54%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C74D
2#2FB145
3#299B3C
4#238534
5#1D6F2B
6#185922
7#12421A
8#0C2C11
9#061609
Tints
Lighter variations
1#5CD470
2#6ED880
3#80DD90
4#92E2A0
5#A4E7AF
6#B6ECBF
7#C9F1CF
8#DBF5DF
9#EDFAEF
Tones
Muted variations
1#50C864
2#57C169
3#5EBB6D
4#64B472
5#6BAE76
6#72A77B
7#78A07F
8#7F9A83
9#869388
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6AE | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA83 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF60 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB145 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D37 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6527 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114019 | 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: #F3FCF4;
--emerald-100: #E3F8E6;
--emerald-200: #CBF1D1;
--emerald-300: #A2E6AE;
--emerald-400: #72DA83;
--emerald-500: #4ACF60;
--emerald-600: #2FB145;
--emerald-700: #258D37;
--emerald-800: #1B6527;
--emerald-900: #114019;
--emerald-950: #0B2810;
}