Emerald
#49D066
GreenColor Codes
All color formats for development
HEX
#49D066RGB
rgb(73, 208, 102)HSL
hsl(133, 59%, 55%)OKLCH
oklch(0.76 0.188 147.4)CMYK
cmyk(65%, 0%, 51%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34C954
2#2EB24B
3#289C41
4#238638
5#1D6F2F
6#175925
7#11431C
8#0C2D13
9#061609
Tints
Lighter variations
1#5BD575
2#6DD985
3#7FDE94
4#92E3A3
5#A4E7B2
6#B6ECC2
7#C8F1D1
8#DBF6E0
9#EDFAF0
Tones
Muted variations
1#4FC96A
2#56C26E
3#5DBC71
4#64B575
5#6AAE79
6#71A77D
7#78A181
8#7F9A85
9#859388
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B1 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA88 | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D066 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB24B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A652A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11411B | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2911 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E3F8E7;
--emerald-200: #CAF1D3;
--emerald-300: #A2E7B1;
--emerald-400: #71DA88;
--emerald-500: #49D066;
--emerald-600: #2EB24B;
--emerald-700: #258E3B;
--emerald-800: #1A652A;
--emerald-900: #11411B;
--emerald-950: #0A2911;
}