Emerald
#49D09E
GreenColor Codes
All color formats for development
HEX
#49D09ERGB
rgb(73, 208, 158)HSL
hsl(158, 59%, 55%)OKLCH
oklch(0.771 0.138 164.7)CMYK
cmyk(65%, 0%, 24%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34C992
2#2EB282
3#289C72
4#238661
5#1D6F51
6#175941
7#114331
8#0C2D20
9#061610
Tints
Lighter variations
1#5BD5A8
2#6DD9B2
3#7FDEBB
4#92E3C5
5#A4E7CF
6#B6ECD8
7#C8F1E2
8#DBF6EC
9#EDFAF5
Tones
Muted variations
1#4FC99C
2#56C29B
3#5DBC99
4#64B597
5#6AAE95
6#71A793
7#78A192
8#7F9A90
9#85938E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7CE | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAB4 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D09E | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB282 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A654A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412F | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF9;
--emerald-100: #E3F8F0;
--emerald-200: #CAF1E3;
--emerald-300: #A2E7CE;
--emerald-400: #71DAB4;
--emerald-500: #49D09E;
--emerald-600: #2EB282;
--emerald-700: #258E67;
--emerald-800: #1A654A;
--emerald-900: #11412F;
--emerald-950: #0A291E;
}