Emerald
#4ACF76
GreenColor Codes
All color formats for development
HEX
#4ACF76RGB
rgb(74, 207, 118)HSL
hsl(140, 58%, 55%)OKLCH
oklch(0.761 0.172 150.9)CMYK
cmyk(64%, 0%, 43%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C766
2#2FB15B
3#299B4F
4#238544
5#1D6F39
6#18592D
7#124222
8#0C2C17
9#06160B
Tints
Lighter variations
1#5CD484
2#6ED891
3#80DD9F
4#92E2AD
5#A4E7BB
6#B6ECC8
7#C9F1D6
8#DBF5E4
9#EDFAF1
Tones
Muted variations
1#50C878
2#57C17B
3#5EBB7D
4#64B47F
5#6BAE81
6#72A783
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 #CBF1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B9 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA94 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF76 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB15B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D48 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6533 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114021 | 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: #CBF1D7;
--emerald-300: #A2E6B9;
--emerald-400: #72DA94;
--emerald-500: #4ACF76;
--emerald-600: #2FB15B;
--emerald-700: #258D48;
--emerald-800: #1B6533;
--emerald-900: #114021;
--emerald-950: #0B2815;
}