Emerald
#49D085
GreenColor Codes
All color formats for development
HEX
#49D085RGB
rgb(73, 208, 133)HSL
hsl(147, 59%, 55%)OKLCH
oklch(0.766 0.16 155.1)CMYK
cmyk(65%, 0%, 36%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34C977
2#2EB26A
3#289C5C
4#23864F
5#1D6F42
6#175935
7#114328
8#0C2D1A
9#06160D
Tints
Lighter variations
1#5BD592
2#6DD99E
3#7FDEAA
4#92E3B6
5#A4E7C2
6#B6ECCE
7#C8F1DB
8#DBF6E7
9#EDFAF3
Tones
Muted variations
1#4FC986
2#56C287
3#5DBC88
4#64B588
5#6AAE89
6#71A78A
7#78A18A
8#7F9A8B
9#85938C
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 #CAF1DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C1 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAA0 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D085 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB26A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A653C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114126 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2918 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E3F8EC;
--emerald-200: #CAF1DC;
--emerald-300: #A2E7C1;
--emerald-400: #71DAA0;
--emerald-500: #49D085;
--emerald-600: #2EB26A;
--emerald-700: #258E54;
--emerald-800: #1A653C;
--emerald-900: #114126;
--emerald-950: #0A2918;
}