Emerald
#4ACF5B
GreenColor Codes
All color formats for development
HEX
#4ACF5BRGB
rgb(74, 207, 91)HSL
hsl(128, 58%, 55%)OKLCH
oklch(0.757 0.195 145.5)CMYK
cmyk(64%, 0%, 56%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C749
2#2FB140
3#299B38
4#238530
5#1D6F28
6#185920
7#124218
8#0C2C10
9#061608
Tints
Lighter variations
1#5CD46C
2#6ED87C
3#80DD8D
4#92E29D
5#A4E7AD
6#B6ECBE
7#C9F1CE
8#DBF5DE
9#EDFAEF
Tones
Muted variations
1#50C860
2#57C165
3#5EBB6A
4#64B46F
5#6BAE74
6#72A779
7#78A07E
8#7F9A82
9#869387
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6AB | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA80 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF5B | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB140 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D33 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6525 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114017 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF4;
--emerald-100: #E3F8E6;
--emerald-200: #CBF1D0;
--emerald-300: #A2E6AB;
--emerald-400: #72DA80;
--emerald-500: #4ACF5B;
--emerald-600: #2FB140;
--emerald-700: #258D33;
--emerald-800: #1B6525;
--emerald-900: #114017;
--emerald-950: #0B280F;
}