Emerald
#4ACF67
GreenColor Codes
All color formats for development
HEX
#4ACF67RGB
rgb(74, 207, 103)HSL
hsl(133, 58%, 55%)OKLCH
oklch(0.758 0.185 147.6)CMYK
cmyk(64%, 0%, 50%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C755
2#2FB14B
3#299B42
4#238538
5#1D6F2F
6#185926
7#12421C
8#0C2C13
9#061609
Tints
Lighter variations
1#5CD476
2#6ED885
3#80DD94
4#92E2A4
5#A4E7B3
6#B6ECC2
7#C9F1D1
8#DBF5E1
9#EDFAF0
Tones
Muted variations
1#50C86A
2#57C16E
3#5EBB72
4#64B476
5#6BAE79
6#72A77D
7#78A081
8#7F9A85
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 #CBF1D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B1 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA88 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF67 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB14B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D3C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B652B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2811 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E3F8E7;
--emerald-200: #CBF1D3;
--emerald-300: #A2E6B1;
--emerald-400: #72DA88;
--emerald-500: #4ACF67;
--emerald-600: #2FB14B;
--emerald-700: #258D3C;
--emerald-800: #1B652B;
--emerald-900: #11401B;
--emerald-950: #0B2811;
}