Emerald
#4ACF53
GreenColor Codes
All color formats for development
HEX
#4ACF53RGB
rgb(74, 207, 83)HSL
hsl(124, 58%, 55%)OKLCH
oklch(0.756 0.202 144.3)CMYK
cmyk(64%, 0%, 60%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C73F
2#2FB138
3#299B31
4#23852A
5#1D6F23
6#18591C
7#124215
8#0C2C0E
9#061607
Tints
Lighter variations
1#5CD464
2#6ED875
3#80DD86
4#92E298
5#A4E7A9
6#B6ECBA
7#C9F1CB
8#DBF5DD
9#EDFAEE
Tones
Muted variations
1#50C858
2#57C15E
3#5EBB64
4#64B46A
5#6BAE6F
6#72A775
7#78A07B
8#7F9A81
9#869386
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CD | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6A7 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA79 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF53 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB138 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D2C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6520 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114014 | 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: #E3F8E4;
--emerald-200: #CBF1CD;
--emerald-300: #A2E6A7;
--emerald-400: #72DA79;
--emerald-500: #4ACF53;
--emerald-600: #2FB138;
--emerald-700: #258D2C;
--emerald-800: #1B6520;
--emerald-900: #114014;
--emerald-950: #0B280D;
}