Emerald
#4ACF74
GreenColor Codes
All color formats for development
HEX
#4ACF74RGB
rgb(74, 207, 116)HSL
hsl(139, 58%, 55%)OKLCH
oklch(0.76 0.173 150.4)CMYK
cmyk(64%, 0%, 44%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C763
2#2FB158
3#299B4D
4#238542
5#1D6F37
6#18592C
7#124221
8#0C2C16
9#06160B
Tints
Lighter variations
1#5CD482
2#6ED890
3#80DD9E
4#92E2AC
5#A4E7B9
6#B6ECC7
7#C9F1D5
8#DBF5E3
9#EDFAF1
Tones
Muted variations
1#50C876
2#57C179
3#5EBB7B
4#64B47E
5#6BAE80
6#72A782
7#78A085
8#7F9A87
9#86938A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B8 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA93 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF74 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB158 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D46 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6532 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114020 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2814 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E3F8E9;
--emerald-200: #CBF1D7;
--emerald-300: #A2E6B8;
--emerald-400: #72DA93;
--emerald-500: #4ACF74;
--emerald-600: #2FB158;
--emerald-700: #258D46;
--emerald-800: #1B6532;
--emerald-900: #114020;
--emerald-950: #0B2814;
}