Emerald
#4DCB88
GreenColor Codes
All color formats for development
HEX
#4DCB88RGB
rgb(77, 203, 136)HSL
hsl(148, 55%, 55%)OKLCH
oklch(0.755 0.148 156.6)CMYK
cmyk(62%, 0%, 33%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39C47A
2#32AE6C
3#2C985F
4#268251
5#206D44
6#195736
7#134129
8#0D2B1B
9#06160E
Tints
Lighter variations
1#5FD194
2#71D6A0
3#82DBAC
4#94E0B8
5#A6E5C4
6#B8EACF
7#CAF0DB
8#DBF5E7
9#EDFAF3
Tones
Muted variations
1#53C588
2#5ABF89
3#60B889
4#66B28A
5#6DAC8A
6#73A58B
7#799F8B
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 #CCF0DD | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C2 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7A2 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB88 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE6C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A56 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D633D | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F27 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2819 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E3F7EC;
--emerald-200: #CCF0DD;
--emerald-300: #A4E5C2;
--emerald-400: #75D7A2;
--emerald-500: #4DCB88;
--emerald-600: #32AE6C;
--emerald-700: #288A56;
--emerald-800: #1D633D;
--emerald-900: #123F27;
--emerald-950: #0B2819;
}