Emerald
#4CCD7D
GreenColor Codes
All color formats for development
HEX
#4CCD7DRGB
rgb(76, 205, 125)HSL
hsl(143, 56%, 55%)OKLCH
oklch(0.757 0.162 152.8)CMYK
cmyk(63%, 0%, 39%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38C56E
2#31AF62
3#2B9955
4#258349
5#1F6D3D
6#195831
7#134225
8#0C2C18
9#06160C
Tints
Lighter variations
1#5ED28A
2#70D797
3#82DCA4
4#94E1B1
5#A5E6BE
6#B7EBCB
7#C9F0D8
8#DBF5E5
9#EDFAF2
Tones
Muted variations
1#52C67F
2#59C080
3#5FB982
4#66B383
5#6CAC85
6#73A686
7#79A088
8#7F9989
9#86938B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0DA | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BD | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D89A | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD7D | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF62 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B4E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6337 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124023 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2816 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E3F7EB;
--emerald-200: #CBF0DA;
--emerald-300: #A4E5BD;
--emerald-400: #74D89A;
--emerald-500: #4CCD7D;
--emerald-600: #31AF62;
--emerald-700: #278B4E;
--emerald-800: #1C6337;
--emerald-900: #124023;
--emerald-950: #0B2816;
}