Emerald
#4BCE74
GreenColor Codes
All color formats for development
HEX
#4BCE74RGB
rgb(75, 206, 116)HSL
hsl(139, 57%, 55%)OKLCH
oklch(0.758 0.172 150.4)CMYK
cmyk(64%, 0%, 44%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36C664
2#30B059
3#2A9A4E
4#248443
5#1E6E37
6#18582C
7#124221
8#0C2C16
9#06160B
Tints
Lighter variations
1#5DD382
2#6FD890
3#81DC9E
4#93E1AC
5#A5E6BA
6#B7EBC8
7#C9F0D5
8#DBF5E3
9#EDFAF1
Tones
Muted variations
1#51C777
2#58C179
3#5EBA7B
4#65B37E
5#6CAD80
6#72A683
7#79A085
8#7F9987
9#86938A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6B8 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D993 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE74 | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B059 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6432 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124020 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2814 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E3F7E9;
--emerald-200: #CBF1D7;
--emerald-300: #A3E6B8;
--emerald-400: #73D993;
--emerald-500: #4BCE74;
--emerald-600: #30B059;
--emerald-700: #268C47;
--emerald-800: #1B6432;
--emerald-900: #124020;
--emerald-950: #0B2814;
}