Emerald
#49D093
GreenColor Codes
All color formats for development
HEX
#49D093RGB
rgb(73, 208, 147)HSL
hsl(153, 59%, 55%)OKLCH
oklch(0.769 0.147 160)CMYK
cmyk(65%, 0%, 29%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34C986
2#2EB277
3#289C68
4#238659
5#1D6F4A
6#17593B
7#11432D
8#0C2D1E
9#06160F
Tints
Lighter variations
1#5BD59E
2#6DD9A9
3#7FDEB3
4#92E3BE
5#A4E7C9
6#B6ECD4
7#C8F1DF
8#DBF6E9
9#EDFAF4
Tones
Muted variations
1#4FC992
2#56C292
3#5DBC91
4#64B590
5#6AAE90
6#71A78F
7#78A18E
8#7F9A8E
9#85938D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C8 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAAB | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D093 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB277 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E5F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6544 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E3F8EE;
--emerald-200: #CAF1E0;
--emerald-300: #A2E7C8;
--emerald-400: #71DAAB;
--emerald-500: #49D093;
--emerald-600: #2EB277;
--emerald-700: #258E5F;
--emerald-800: #1A6544;
--emerald-900: #11412B;
--emerald-950: #0A291B;
}