Emerald
#4ACF93
GreenColor Codes
All color formats for development
HEX
#4ACF93RGB
rgb(74, 207, 147)HSL
hsl(153, 58%, 55%)OKLCH
oklch(0.767 0.145 160.2)CMYK
cmyk(64%, 0%, 29%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C786
2#2FB177
3#299B68
4#238559
5#1D6F4A
6#18593B
7#12422D
8#0C2C1E
9#06160F
Tints
Lighter variations
1#5CD49E
2#6ED8A9
3#80DDB3
4#92E2BE
5#A4E7C9
6#B6ECD4
7#C9F1DF
8#DBF5E9
9#EDFAF4
Tones
Muted variations
1#50C892
2#57C192
3#5EBB91
4#64B490
5#6BAE90
6#72A78F
7#78A08E
8#7F9A8E
9#86938D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C8 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAAB | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF93 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB177 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D5E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6543 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11402B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E3F8EE;
--emerald-200: #CBF1E0;
--emerald-300: #A2E6C8;
--emerald-400: #72DAAB;
--emerald-500: #4ACF93;
--emerald-600: #2FB177;
--emerald-700: #258D5E;
--emerald-800: #1B6543;
--emerald-900: #11402B;
--emerald-950: #0B281B;
}