Emerald
#4ACF4A
GreenColor Codes
All color formats for development
HEX
#4ACF4ARGB
rgb(74, 207, 74)HSL
hsl(120, 58%, 55%)OKLCH
oklch(0.755 0.209 143.2)CMYK
cmyk(64%, 0%, 64%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C735
2#2FB12F
3#299B29
4#238523
5#1D6F1D
6#185918
7#124212
8#0C2C0C
9#061606
Tints
Lighter variations
1#5CD45C
2#6ED86E
3#80DD80
4#92E292
5#A4E7A4
6#B6ECB6
7#C9F1C9
8#DBF5DB
9#EDFAED
Tones
Muted variations
1#50C850
2#57C157
3#5EBB5E
4#64B464
5#6BAE6B
6#72A772
7#78A078
8#7F9A7F
9#869386
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6A2 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA72 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF4A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB12F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D25 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B651B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114011 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF3;
--emerald-100: #E3F8E3;
--emerald-200: #CBF1CB;
--emerald-300: #A2E6A2;
--emerald-400: #72DA72;
--emerald-500: #4ACF4A;
--emerald-600: #2FB12F;
--emerald-700: #258D25;
--emerald-800: #1B651B;
--emerald-900: #114011;
--emerald-950: #0B280B;
}