Emerald
#4BCE8C
GreenColor Codes
All color formats for development
HEX
#4BCE8CRGB
rgb(75, 206, 140)HSL
hsl(150, 57%, 55%)OKLCH
oklch(0.763 0.15 157.6)CMYK
cmyk(64%, 0%, 32%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#36C67E
2#30B070
3#2A9A62
4#248454
5#1E6E46
6#185838
7#12422A
8#0C2C1C
9#06160E
Tints
Lighter variations
1#5DD398
2#6FD8A3
3#81DCAF
4#93E1BA
5#A5E6C6
6#B7EBD1
7#C9F0DD
8#DBF5E8
9#EDFAF4
Tones
Muted variations
1#51C78C
2#58C18C
3#5EBA8C
4#65B38C
5#6CAD8C
6#72A68C
7#79A08C
8#7F998C
9#86938C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF1 #CBF1DE | Secondary backgroundsInput backgroundsDividers |
| 300 | A3E6 #A3E6C4 | BordersInactive statesPlaceholder text |
| 400 | 73D9 #73D9A6 | Disabled statesSecondary iconsMuted text |
| 500 | 4BCE #4BCE8C | Primary brand colorCTAsActive elementsLinks |
| 600 | 30B0 #30B070 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 268C #268C59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B64 #1B6440 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124029 | 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: #F3FCF7;
--emerald-100: #E3F7ED;
--emerald-200: #CBF1DE;
--emerald-300: #A3E6C4;
--emerald-400: #73D9A6;
--emerald-500: #4BCE8C;
--emerald-600: #30B070;
--emerald-700: #268C59;
--emerald-800: #1B6440;
--emerald-900: #124029;
--emerald-950: #0B281A;
}