Emerald
#4ACF83
GreenColor Codes
All color formats for development
HEX
#4ACF83RGB
rgb(74, 207, 131)HSL
hsl(146, 58%, 55%)OKLCH
oklch(0.763 0.16 154.5)CMYK
cmyk(64%, 0%, 37%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C774
2#2FB168
3#299B5B
4#23854E
5#1D6F41
6#185934
7#124227
8#0C2C1A
9#06160D
Tints
Lighter variations
1#5CD490
2#6ED89C
3#80DDA8
4#92E2B5
5#A4E7C1
6#B6ECCE
7#C9F1DA
8#DBF5E6
9#EDFAF3
Tones
Muted variations
1#50C884
2#57C185
3#5EBB86
4#64B487
5#6BAE88
6#72A789
7#78A08A
8#7F9A8A
9#86938B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C0 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA9F | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF83 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB168 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114026 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E3F8EC;
--emerald-200: #CBF1DB;
--emerald-300: #A2E6C0;
--emerald-400: #72DA9F;
--emerald-500: #4ACF83;
--emerald-600: #2FB168;
--emerald-700: #258D52;
--emerald-800: #1B653B;
--emerald-900: #114026;
--emerald-950: #0B2818;
}