Emerald
#4CCD86
GreenColor Codes
All color formats for development
HEX
#4CCD86RGB
rgb(76, 205, 134)HSL
hsl(147, 56%, 55%)OKLCH
oklch(0.759 0.153 155.6)CMYK
cmyk(63%, 0%, 35%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38C577
2#31AF6A
3#2B995D
4#25834F
5#1F6D42
6#195835
7#134228
8#0C2C1A
9#06160D
Tints
Lighter variations
1#5ED292
2#70D79E
3#82DCAA
4#94E1B6
5#A5E6C2
6#B7EBCF
7#C9F0DB
8#DBF5E7
9#EDFAF3
Tones
Muted variations
1#52C686
2#59C087
3#5FB988
4#66B388
5#6CAC89
6#73A68A
7#79A08A
8#7F998B
9#86938C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0DC | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C1 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8A1 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD86 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF6A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B54 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C633C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124027 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2818 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF7;
--emerald-100: #E3F7EC;
--emerald-200: #CBF0DC;
--emerald-300: #A4E5C1;
--emerald-400: #74D8A1;
--emerald-500: #4CCD86;
--emerald-600: #31AF6A;
--emerald-700: #278B54;
--emerald-800: #1C633C;
--emerald-900: #124027;
--emerald-950: #0B2818;
}