Emerald
#4BCE54
GreenColor Codes
All color formats for development
HEX
#4BCE54RGB
rgb(75, 206, 84)HSL
hsl(124, 57%, 55%)OKLCH
oklch(0.754 0.199 144.3)CMYK
cmyk(64%, 0%, 59%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36C640
2#30B039
3#2A9A32
4#24842B
5#1E6E23
6#18581C
7#124215
8#0C2C0E
9#061607
Tints
Lighter variations
1#5DD365
2#6FD876
3#81DC87
4#93E198
5#A5E6A9
6#B7EBBA
7#C9F0CC
8#DBF5DD
9#EDFAEE
Tones
Muted variations
1#51C759
2#58C15F
3#5EBA65
4#65B36A
5#6CAD70
6#72A676
7#79A07B
8#7F9981
9#869387
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CD | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6A7 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D97A | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE54 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B039 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C2D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6420 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124015 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF4;
--emerald-100: #E3F7E4;
--emerald-200: #CBF1CD;
--emerald-300: #A3E6A7;
--emerald-400: #73D97A;
--emerald-500: #4BCE54;
--emerald-600: #30B039;
--emerald-700: #268C2D;
--emerald-800: #1B6420;
--emerald-900: #124015;
--emerald-950: #0B280D;
}