Emerald
#4ACF91
GreenColor Codes
All color formats for development
HEX
#4ACF91RGB
rgb(74, 207, 145)HSL
hsl(152, 58%, 55%)OKLCH
oklch(0.766 0.147 159.4)CMYK
cmyk(64%, 0%, 30%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C783
2#2FB175
3#299B66
4#238557
5#1D6F49
6#18593A
7#12422C
8#0C2C1D
9#06160F
Tints
Lighter variations
1#5CD49C
2#6ED8A7
3#80DDB2
4#92E2BD
5#A4E7C8
6#B6ECD3
7#C9F1DE
8#DBF5E9
9#EDFAF4
Tones
Muted variations
1#50C890
2#57C190
3#5EBB8F
4#64B48F
5#6BAE8E
6#72A78E
7#78A08E
8#7F9A8D
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 #CBF1DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C7 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA9 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF91 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB175 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D5D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6542 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11402A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E3F8EE;
--emerald-200: #CBF1DF;
--emerald-300: #A2E6C7;
--emerald-400: #72DAA9;
--emerald-500: #4ACF91;
--emerald-600: #2FB175;
--emerald-700: #258D5D;
--emerald-800: #1B6542;
--emerald-900: #11402A;
--emerald-950: #0B281A;
}