Emerald
#4ACF8A
GreenColor Codes
All color formats for development
HEX
#4ACF8ARGB
rgb(74, 207, 138)HSL
hsl(149, 58%, 55%)OKLCH
oklch(0.765 0.153 156.8)CMYK
cmyk(64%, 0%, 33%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C77C
2#2FB16E
3#299B60
4#238553
5#1D6F45
6#185937
7#124229
8#0C2C1C
9#06160E
Tints
Lighter variations
1#5CD496
2#6ED8A1
3#80DDAD
4#92E2B9
5#A4E7C5
6#B6ECD0
7#C9F1DC
8#DBF5E8
9#EDFAF3
Tones
Muted variations
1#50C88A
2#57C18A
3#5EBB8B
4#64B48B
5#6BAE8B
6#72A78B
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 #CBF1DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6C3 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAA4 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF8A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB16E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D58 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B653F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114028 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2819 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E3F8ED;
--emerald-200: #CBF1DD;
--emerald-300: #A2E6C3;
--emerald-400: #72DAA4;
--emerald-500: #4ACF8A;
--emerald-600: #2FB16E;
--emerald-700: #258D58;
--emerald-800: #1B653F;
--emerald-900: #114028;
--emerald-950: #0B2819;
}