Emerald
#49D09C
GreenColor Codes
All color formats for development
HEX
#49D09CRGB
rgb(73, 208, 156)HSL
hsl(157, 59%, 55%)OKLCH
oklch(0.771 0.14 163.8)CMYK
cmyk(65%, 0%, 25%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34C990
2#2EB280
3#289C70
4#238660
5#1D6F50
6#175940
7#114330
8#0C2D20
9#061610
Tints
Lighter variations
1#5BD5A6
2#6DD9B0
3#7FDEBA
4#92E3C4
5#A4E7CE
6#B6ECD7
7#C8F1E1
8#DBF6EB
9#EDFAF5
Tones
Muted variations
1#4FC99A
2#56C299
3#5DBC97
4#64B596
5#6AAE94
6#71A793
7#78A191
8#7F9A8F
9#85938E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7CC | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DAB2 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D09C | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB280 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A6549 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11412E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A291D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E3F8F0;
--emerald-200: #CAF1E2;
--emerald-300: #A2E7CC;
--emerald-400: #71DAB2;
--emerald-500: #49D09C;
--emerald-600: #2EB280;
--emerald-700: #258E66;
--emerald-800: #1A6549;
--emerald-900: #11412E;
--emerald-950: #0A291D;
}