Emerald
#49D05F
GreenColor Codes
All color formats for development
HEX
#49D05FRGB
rgb(73, 208, 95)HSL
hsl(130, 59%, 55%)OKLCH
oklch(0.759 0.194 146.2)CMYK
cmyk(65%, 0%, 54%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34C94D
2#2EB244
3#289C3C
4#238633
5#1D6F2B
6#175922
7#11431A
8#0C2D11
9#061609
Tints
Lighter variations
1#5BD56F
2#6DD97F
3#7FDE8F
4#92E39F
5#A4E7AF
6#B6ECBF
7#C8F1CF
8#DBF6DF
9#EDFAEF
Tones
Muted variations
1#4FC964
2#56C268
3#5DBC6D
4#64B571
5#6AAE76
6#71A77A
7#78A17F
8#7F9A83
9#859388
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7AD | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA83 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D05F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB244 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E36 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6527 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114119 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A290F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF4;
--emerald-100: #E3F8E6;
--emerald-200: #CAF1D1;
--emerald-300: #A2E7AD;
--emerald-400: #71DA83;
--emerald-500: #49D05F;
--emerald-600: #2EB244;
--emerald-700: #258E36;
--emerald-800: #1A6527;
--emerald-900: #114119;
--emerald-950: #0A290F;
}