Emerald
#4ACF72
GreenColor Codes
All color formats for development
HEX
#4ACF72RGB
rgb(74, 207, 114)HSL
hsl(138, 58%, 55%)OKLCH
oklch(0.76 0.175 149.9)CMYK
cmyk(64%, 0%, 45%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C761
2#2FB156
3#299B4B
4#238541
5#1D6F36
6#18592B
7#124220
8#0C2C16
9#06160B
Tints
Lighter variations
1#5CD480
2#6ED88E
3#80DD9C
4#92E2AA
5#A4E7B8
6#B6ECC6
7#C9F1D5
8#DBF5E3
9#EDFAF1
Tones
Muted variations
1#50C874
2#57C177
3#5EBB7A
4#64B47C
5#6BAE7F
6#72A782
7#78A084
8#7F9A87
9#86938A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6B7 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DA91 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACF72 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB156 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D45 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6531 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #11401F | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2814 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E3F8E9;
--emerald-200: #CBF1D6;
--emerald-300: #A2E6B7;
--emerald-400: #72DA91;
--emerald-500: #4ACF72;
--emerald-600: #2FB156;
--emerald-700: #258D45;
--emerald-800: #1B6531;
--emerald-900: #11401F;
--emerald-950: #0B2814;
}