Emerald
#49D06F
GreenColor Codes
All color formats for development
HEX
#49D06FRGB
rgb(73, 208, 111)HSL
hsl(137, 59%, 55%)OKLCH
oklch(0.762 0.18 149.3)CMYK
cmyk(65%, 0%, 47%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34C95E
2#2EB254
3#289C49
4#23863F
5#1D6F34
6#17592A
7#11431F
8#0C2D15
9#06160A
Tints
Lighter variations
1#5BD57D
2#6DD98C
3#7FDE9A
4#92E3A9
5#A4E7B7
6#B6ECC5
7#C8F1D4
8#DBF6E2
9#EDFAF1
Tones
Muted variations
1#4FC972
2#56C275
3#5DBC78
4#64B57B
5#6AAE7E
6#71A781
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 #E3F8E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B5 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA8F | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D06F | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB254 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A652F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11411E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2913 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E3F8E9;
--emerald-200: #CAF1D5;
--emerald-300: #A2E7B5;
--emerald-400: #71DA8F;
--emerald-500: #49D06F;
--emerald-600: #2EB254;
--emerald-700: #258E42;
--emerald-800: #1A652F;
--emerald-900: #11411E;
--emerald-950: #0A2913;
}