Emerald
#4DCB90
GreenColor Codes
All color formats for development
HEX
#4DCB90RGB
rgb(77, 203, 144)HSL
hsl(152, 55%, 55%)OKLCH
oklch(0.757 0.141 159.6)CMYK
cmyk(62%, 0%, 29%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#39C483
2#32AE74
3#2C9866
4#268257
5#206D49
6#19573A
7#13412C
8#0D2B1D
9#06160F
Tints
Lighter variations
1#5FD19C
2#71D6A7
3#82DBB2
4#94E0BD
5#A6E5C8
6#B8EAD3
7#CAF0DE
8#DBF5E9
9#EDFAF4
Tones
Muted variations
1#53C590
2#5ABF90
3#60B88F
4#66B28F
5#6DAC8E
6#73A58E
7#799F8E
8#80998D
9#86938D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C7 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D7A9 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB90 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE74 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A5D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6342 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F2A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B281A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF8;
--emerald-100: #E3F7EE;
--emerald-200: #CCF0DF;
--emerald-300: #A4E5C7;
--emerald-400: #75D7A9;
--emerald-500: #4DCB90;
--emerald-600: #32AE74;
--emerald-700: #288A5D;
--emerald-800: #1D6342;
--emerald-900: #123F2A;
--emerald-950: #0B281A;
}