Emerald
#4ACF86
GreenColor Codes
All color formats for development
HEX
#4ACF86RGB
rgb(74, 207, 134)HSL
hsl(147, 58%, 55%)OKLCH
oklch(0.764 0.157 155.5)CMYK
cmyk(64%, 0%, 35%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C777
2#2FB16A
3#299B5C
4#23854F
5#1D6F42
6#185935
7#124228
8#0C2C1A
9#06160D
Tints
Lighter variations
1#5CD492
2#6ED89E
3#80DDAA
4#92E2B6
5#A4E7C2
6#B6ECCE
7#C9F1DB
8#DBF5E7
9#EDFAF3
Tones
Muted variations
1#50C886
2#57C187
3#5EBB88
4#64B488
5#6BAE89
6#72A78A
7#78A08A
8#7F9A8B
9#86938C
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 #CBF1DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C1 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA1 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF86 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB16A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653C | 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: #CBF1DC;
--emerald-300: #A2E6C1;
--emerald-400: #72DAA1;
--emerald-500: #4ACF86;
--emerald-600: #2FB16A;
--emerald-700: #258D54;
--emerald-800: #1B653C;
--emerald-900: #114026;
--emerald-950: #0B2818;
}