Emerald
#49D06A
GreenColor Codes
All color formats for development
HEX
#49D06ARGB
rgb(73, 208, 106)HSL
hsl(135, 59%, 55%)OKLCH
oklch(0.761 0.184 148.2)CMYK
cmyk(65%, 0%, 49%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#34C959
2#2EB24F
3#289C45
4#23863B
5#1D6F31
6#175928
7#11431E
8#0C2D14
9#06160A
Tints
Lighter variations
1#5BD579
2#6DD988
3#7FDE97
4#92E3A6
5#A4E7B5
6#B6ECC4
7#C8F1D2
8#DBF6E1
9#EDFAF0
Tones
Muted variations
1#4FC96E
2#56C271
3#5DBC75
4#64B578
5#6AAE7B
6#71A77F
7#78A182
8#7F9A85
9#859389
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F8 #E3F8E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF1 #CAF1D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2E7 #A2E7B3 | BordersInactive statesPlaceholder text |
| 400 | 71DA #71DA8B | Disabled statesSecondary iconsMuted text |
| 500 | 49D0 #49D06A | Primary brand colorCTAsActive elementsLinks |
| 600 | 2EB2 #2EB24F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 258E #258E3F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A65 #1A652D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1141 #11411D | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2912 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E3F8E8;
--emerald-200: #CAF1D4;
--emerald-300: #A2E7B3;
--emerald-400: #71DA8B;
--emerald-500: #49D06A;
--emerald-600: #2EB24F;
--emerald-700: #258E3F;
--emerald-800: #1A652D;
--emerald-900: #11411D;
--emerald-950: #0A2912;
}