Emerald
#4ACF95
GreenColor Codes
All color formats for development
HEX
#4ACF95RGB
rgb(74, 207, 149)HSL
hsl(154, 58%, 55%)OKLCH
oklch(0.767 0.144 161)CMYK
cmyk(64%, 0%, 28%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C788
2#2FB179
3#299B6A
4#23855B
5#1D6F4C
6#18593C
7#12422D
8#0C2C1E
9#06160F
Tints
Lighter variations
1#5CD4A0
2#6ED8AA
3#80DDB5
4#92E2BF
5#A4E7CA
6#B6ECD5
7#C9F1DF
8#DBF5EA
9#EDFAF4
Tones
Muted variations
1#50C894
2#57C193
3#5EBB92
4#64B492
5#6BAE91
6#72A790
7#78A08F
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 #E3F8EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C9 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAAD | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF95 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB179 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D60 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6545 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11402C | 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: #E3F8EF;
--emerald-200: #CBF1E0;
--emerald-300: #A2E6C9;
--emerald-400: #72DAAD;
--emerald-500: #4ACF95;
--emerald-600: #2FB179;
--emerald-700: #258D60;
--emerald-800: #1B6545;
--emerald-900: #11402C;
--emerald-950: #0B281B;
}