Emerald
#4DCB86
GreenColor Codes
All color formats for development
HEX
#4DCB86RGB
rgb(77, 203, 134)HSL
hsl(147, 55%, 55%)OKLCH
oklch(0.755 0.15 155.9)CMYK
cmyk(62%, 0%, 34%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39C477
2#32AE6A
3#2C985D
4#268250
5#206D42
6#195735
7#134128
8#0D2B1B
9#06160D
Tints
Lighter variations
1#5FD192
2#71D69E
3#82DBAA
4#94E0B6
5#A6E5C2
6#B8EACF
7#CAF0DB
8#DBF5E7
9#EDFAF3
Tones
Muted variations
1#53C587
2#5ABF87
3#60B888
4#66B288
5#6DAC89
6#73A58A
7#799F8A
8#80998B
9#86938C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C1 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7A1 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB86 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE6A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D633C | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F27 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E3F7EC;
--emerald-200: #CCF0DC;
--emerald-300: #A4E5C1;
--emerald-400: #75D7A1;
--emerald-500: #4DCB86;
--emerald-600: #32AE6A;
--emerald-700: #288A54;
--emerald-800: #1D633C;
--emerald-900: #123F27;
--emerald-950: #0B2818;
}