Emerald
#4ACF8C
GreenColor Codes
All color formats for development
HEX
#4ACF8CRGB
rgb(74, 207, 140)HSL
hsl(150, 58%, 55%)OKLCH
oklch(0.765 0.151 157.5)CMYK
cmyk(64%, 0%, 32%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C77E
2#2FB170
3#299B62
4#238554
5#1D6F46
6#185938
7#12422A
8#0C2C1C
9#06160E
Tints
Lighter variations
1#5CD498
2#6ED8A3
3#80DDAF
4#92E2BA
5#A4E7C6
6#B6ECD1
7#C9F1DD
8#DBF5E8
9#EDFAF4
Tones
Muted variations
1#50C88C
2#57C18C
3#5EBB8C
4#64B48C
5#6BAE8C
6#72A78C
7#78A08C
8#7F9A8C
9#86938C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DE | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C4 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA6 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF8C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB170 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6540 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114029 | 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: #F3FCF7;
--emerald-100: #E3F8ED;
--emerald-200: #CBF1DE;
--emerald-300: #A2E6C4;
--emerald-400: #72DAA6;
--emerald-500: #4ACF8C;
--emerald-600: #2FB170;
--emerald-700: #258D59;
--emerald-800: #1B6540;
--emerald-900: #114029;
--emerald-950: #0B281A;
}