Emerald
#49D078
GreenColor Codes
All color formats for development
HEX
#49D078RGB
rgb(73, 208, 120)HSL
hsl(141, 59%, 55%)OKLCH
oklch(0.763 0.171 151.4)CMYK
cmyk(65%, 0%, 42%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34C968
2#2EB25C
3#289C51
4#238645
5#1D6F3A
6#17592E
7#114323
8#0C2D17
9#06160C
Tints
Lighter variations
1#5BD585
2#6DD993
3#7FDEA0
4#92E3AE
5#A4E7BB
6#B6ECC9
7#C8F1D6
8#DBF6E4
9#EDFAF1
Tones
Muted variations
1#4FC97A
2#56C27C
3#5DBC7E
4#64B580
5#6AAE82
6#71A784
7#78A186
8#7F9A88
9#85938A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7BA | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA96 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D078 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB25C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6534 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #114122 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2915 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E3F8EA;
--emerald-200: #CAF1D8;
--emerald-300: #A2E7BA;
--emerald-400: #71DA96;
--emerald-500: #49D078;
--emerald-600: #2EB25C;
--emerald-700: #258E49;
--emerald-800: #1A6534;
--emerald-900: #114122;
--emerald-950: #0A2915;
}