Emerald
#4ACF55
GreenColor Codes
All color formats for development
HEX
#4ACF55RGB
rgb(74, 207, 85)HSL
hsl(125, 58%, 55%)OKLCH
oklch(0.756 0.2 144.6)CMYK
cmyk(64%, 0%, 59%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C741
2#2FB13A
3#299B33
4#23852B
5#1D6F24
6#18591D
7#124216
8#0C2C0E
9#061607
Tints
Lighter variations
1#5CD466
2#6ED877
3#80DD88
4#92E299
5#A4E7AA
6#B6ECBB
7#C9F1CC
8#DBF5DD
9#EDFAEE
Tones
Muted variations
1#50C85A
2#57C160
3#5EBB65
4#64B46B
5#6BAE71
6#72A776
7#78A07C
8#7F9A81
9#869387
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6A8 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA7B | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF55 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB13A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D2E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6521 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114015 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF4;
--emerald-100: #E3F8E5;
--emerald-200: #CBF1CE;
--emerald-300: #A2E6A8;
--emerald-400: #72DA7B;
--emerald-500: #4ACF55;
--emerald-600: #2FB13A;
--emerald-700: #258D2E;
--emerald-800: #1B6521;
--emerald-900: #114015;
--emerald-950: #0B280D;
}