Emerald
#4ACF50
GreenColor Codes
All color formats for development
HEX
#4ACF50RGB
rgb(74, 207, 80)HSL
hsl(123, 58%, 55%)OKLCH
oklch(0.755 0.204 143.9)CMYK
cmyk(64%, 0%, 61%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C73C
2#2FB136
3#299B2F
4#238528
5#1D6F22
6#18591B
7#124214
8#0C2C0D
9#061607
Tints
Lighter variations
1#5CD462
2#6ED873
3#80DD85
4#92E296
5#A4E7A8
6#B6ECB9
7#C9F1CB
8#DBF5DC
9#EDFAEE
Tones
Muted variations
1#50C856
2#57C15C
3#5EBB62
4#64B468
5#6BAE6E
6#72A774
7#78A07A
8#7F9A80
9#869386
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CD | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6A6 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA77 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF50 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB136 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D2B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B651E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114014 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF3;
--emerald-100: #E3F8E4;
--emerald-200: #CBF1CD;
--emerald-300: #A2E6A6;
--emerald-400: #72DA77;
--emerald-500: #4ACF50;
--emerald-600: #2FB136;
--emerald-700: #258D2B;
--emerald-800: #1B651E;
--emerald-900: #114014;
--emerald-950: #0B280C;
}