Emerald
#4ACFAB
GreenColor Codes
All color formats for development
HEX
#4ACFABRGB
rgb(74, 207, 171)HSL
hsl(164, 58%, 55%)OKLCH
oklch(0.773 0.127 171.6)CMYK
cmyk(64%, 0%, 17%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#35C7A0
2#2FB18F
3#299B7D
4#23856B
5#1D6F59
6#185947
7#124235
8#0C2C24
9#061612
Tints
Lighter variations
1#5CD4B4
2#6ED8BC
3#80DDC4
4#92E2CD
5#A4E7D5
6#B6ECDE
7#C9F1E6
8#DBF5EE
9#EDFAF7
Tones
Muted variations
1#50C8A8
2#57C1A5
3#5EBBA2
4#64B49F
5#6BAE9C
6#72A799
7#78A096
8#7F9A92
9#86938F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E6 #A2E6D4 | BordersInactive statesPlaceholder text |
| 400 | 72DA #72DABE | Disabled statesSecondary iconsMuted text |
| 500 | 4ACF #4ACFAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2FB1 #2FB18F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258D #258D71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B65 #1B6551 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1140 #114034 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF9;
--emerald-100: #E3F8F2;
--emerald-200: #CBF1E7;
--emerald-300: #A2E6D4;
--emerald-400: #72DABE;
--emerald-500: #4ACFAB;
--emerald-600: #2FB18F;
--emerald-700: #258D71;
--emerald-800: #1B6551;
--emerald-900: #114034;
--emerald-950: #0B2820;
}