Emerald
#4ACF78
GreenColor Codes
All color formats for development
HEX
#4ACF78RGB
rgb(74, 207, 120)HSL
hsl(141, 58%, 55%)OKLCH
oklch(0.761 0.17 151.4)CMYK
cmyk(64%, 0%, 42%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C768
2#2FB15D
3#299B51
4#238546
5#1D6F3A
6#18592E
7#124223
8#0C2C17
9#06160C
Tints
Lighter variations
1#5CD486
2#6ED893
3#80DDA1
4#92E2AE
5#A4E7BC
6#B6ECC9
7#C9F1D7
8#DBF5E4
9#EDFAF2
Tones
Muted variations
1#50C87A
2#57C17C
3#5EBB7E
4#64B480
5#6BAE82
6#72A784
7#78A086
8#7F9A88
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 #CBF1D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6BA | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA96 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF78 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB15D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6535 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114022 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2815 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E3F8EA;
--emerald-200: #CBF1D8;
--emerald-300: #A2E6BA;
--emerald-400: #72DA96;
--emerald-500: #4ACF78;
--emerald-600: #2FB15D;
--emerald-700: #258D4A;
--emerald-800: #1B6535;
--emerald-900: #114022;
--emerald-950: #0B2815;
}