Emerald
#49D06D
GreenColor Codes
All color formats for development
HEX
#49D06DRGB
rgb(73, 208, 109)HSL
hsl(136, 59%, 55%)OKLCH
oklch(0.761 0.181 148.8)CMYK
cmyk(65%, 0%, 48%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34C95B
2#2EB251
3#289C47
4#23863D
5#1D6F33
6#175929
7#11431E
8#0C2D14
9#06160A
Tints
Lighter variations
1#5BD57B
2#6DD98A
3#7FDE99
4#92E3A7
5#A4E7B6
6#B6ECC4
7#C8F1D3
8#DBF6E2
9#EDFAF0
Tones
Muted variations
1#4FC970
2#56C273
3#5DBC76
4#64B579
5#6AAE7C
6#71A780
7#78A183
8#7F9A86
9#859389
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B4 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA8D | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D06D | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB251 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E41 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A652E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11411E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2912 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E3F8E8;
--emerald-200: #CAF1D5;
--emerald-300: #A2E7B4;
--emerald-400: #71DA8D;
--emerald-500: #49D06D;
--emerald-600: #2EB251;
--emerald-700: #258E41;
--emerald-800: #1A652E;
--emerald-900: #11411E;
--emerald-950: #0A2912;
}