Emerald
#49D091
GreenColor Codes
All color formats for development
HEX
#49D091RGB
rgb(73, 208, 145)HSL
hsl(152, 59%, 55%)OKLCH
oklch(0.768 0.149 159.3)CMYK
cmyk(65%, 0%, 30%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34C983
2#2EB275
3#289C66
4#238657
5#1D6F49
6#17593A
7#11432C
8#0C2D1D
9#06160F
Tints
Lighter variations
1#5BD59C
2#6DD9A7
3#7FDEB2
4#92E3BD
5#A4E7C8
6#B6ECD3
7#C8F1DE
8#DBF6E9
9#EDFAF4
Tones
Muted variations
1#4FC990
2#56C290
3#5DBC8F
4#64B58F
5#6AAE8F
6#71A78E
7#78A18E
8#7F9A8D
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 #CAF1DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7C7 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAA9 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D091 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB275 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E5D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6542 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412A | 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: #CAF1DF;
--emerald-300: #A2E7C7;
--emerald-400: #71DAA9;
--emerald-500: #49D091;
--emerald-600: #2EB275;
--emerald-700: #258E5D;
--emerald-800: #1A6542;
--emerald-900: #11412A;
--emerald-950: #0A291B;
}