Emerald
#49D07C
GreenColor Codes
All color formats for development
HEX
#49D07CRGB
rgb(73, 208, 124)HSL
hsl(143, 59%, 55%)OKLCH
oklch(0.764 0.168 152.5)CMYK
cmyk(65%, 0%, 40%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34C96D
2#2EB261
3#289C55
4#238649
5#1D6F3C
6#175930
7#114324
8#0C2D18
9#06160C
Tints
Lighter variations
1#5BD58A
2#6DD997
3#7FDEA4
4#92E3B1
5#A4E7BE
6#B6ECCB
7#C8F1D8
8#DBF6E5
9#EDFAF2
Tones
Muted variations
1#4FC97E
2#56C280
3#5DBC81
4#64B583
5#6AAE84
6#71A786
7#78A188
8#7F9A89
9#85938B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7BC | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA99 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D07C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB261 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E4D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6537 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114123 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2916 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E3F8EB;
--emerald-200: #CAF1D9;
--emerald-300: #A2E7BC;
--emerald-400: #71DA99;
--emerald-500: #49D07C;
--emerald-600: #2EB261;
--emerald-700: #258E4D;
--emerald-800: #1A6537;
--emerald-900: #114123;
--emerald-950: #0A2916;
}