Emerald
#4ACFA5
GreenColor Codes
All color formats for development
HEX
#4ACFA5RGB
rgb(74, 207, 165)HSL
hsl(161, 58%, 55%)OKLCH
oklch(0.771 0.131 168.3)CMYK
cmyk(64%, 0%, 20%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C799
2#2FB188
3#299B77
4#238566
5#1D6F55
6#185944
7#124233
8#0C2C22
9#061611
Tints
Lighter variations
1#5CD4AE
2#6ED8B7
3#80DDC0
4#92E2C9
5#A4E7D2
6#B6ECDB
7#C9F1E4
8#DBF5ED
9#EDFAF6
Tones
Muted variations
1#50C8A2
2#57C1A0
3#5EBB9D
4#64B49B
5#6BAE98
6#72A796
7#78A094
8#7F9A91
9#86938F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6D1 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DAB9 | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB188 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D6C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B654D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114031 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF9;
--emerald-100: #E3F8F1;
--emerald-200: #CBF1E5;
--emerald-300: #A2E6D1;
--emerald-400: #72DAB9;
--emerald-500: #4ACFA5;
--emerald-600: #2FB188;
--emerald-700: #258D6C;
--emerald-800: #1B654D;
--emerald-900: #114031;
--emerald-950: #0B281F;
}