Emerald
#4BCE4B
GreenColor Codes
All color formats for development
HEX
#4BCE4BRGB
rgb(75, 206, 75)HSL
hsl(120, 57%, 55%)OKLCH
oklch(0.753 0.206 143.2)CMYK
cmyk(64%, 0%, 64%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36C636
2#30B030
3#2A9A2A
4#248424
5#1E6E1E
6#185818
7#124212
8#0C2C0C
9#061606
Tints
Lighter variations
1#5DD35D
2#6FD86F
3#81DC81
4#93E193
5#A5E6A5
6#B7EBB7
7#C9F0C9
8#DBF5DB
9#EDFAED
Tones
Muted variations
1#51C751
2#58C158
3#5EBA5E
4#65B365
5#6CAD6C
6#72A672
7#79A079
8#7F997F
9#869386
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1CB | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6A3 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D973 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE4B | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B030 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C26 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B641B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124012 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF3;
--emerald-100: #E3F7E3;
--emerald-200: #CBF1CB;
--emerald-300: #A3E6A3;
--emerald-400: #73D973;
--emerald-500: #4BCE4B;
--emerald-600: #30B030;
--emerald-700: #268C26;
--emerald-800: #1B641B;
--emerald-900: #124012;
--emerald-950: #0B280B;
}