Emerald
#49D083
GreenColor Codes
All color formats for development
HEX
#49D083RGB
rgb(73, 208, 131)HSL
hsl(146, 59%, 55%)OKLCH
oklch(0.765 0.161 154.5)CMYK
cmyk(65%, 0%, 37%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34C974
2#2EB267
3#289C5A
4#23864E
5#1D6F41
6#175934
7#114327
8#0C2D1A
9#06160D
Tints
Lighter variations
1#5BD590
2#6DD99C
3#7FDEA8
4#92E3B5
5#A4E7C1
6#B6ECCD
7#C8F1DA
8#DBF6E6
9#EDFAF3
Tones
Muted variations
1#4FC984
2#56C285
3#5DBC86
4#64B587
5#6AAE88
6#71A789
7#78A18A
8#7F9A8A
9#85938B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1DB | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C0 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA9F | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D083 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB267 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A653B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114126 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2917 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E3F8EC;
--emerald-200: #CAF1DB;
--emerald-300: #A2E7C0;
--emerald-400: #71DA9F;
--emerald-500: #49D083;
--emerald-600: #2EB267;
--emerald-700: #258E52;
--emerald-800: #1A653B;
--emerald-900: #114126;
--emerald-950: #0A2917;
}