Emerald
#4CCD4C
GreenColor Codes
All color formats for development
HEX
#4CCD4CRGB
rgb(76, 205, 76)HSL
hsl(120, 56%, 55%)OKLCH
oklch(0.75 0.204 143.2)CMYK
cmyk(63%, 0%, 63%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38C538
2#31AF31
3#2B992B
4#258325
5#1F6D1F
6#195819
7#134213
8#0C2C0C
9#061606
Tints
Lighter variations
1#5ED25E
2#70D770
3#82DC82
4#94E194
5#A5E6A5
6#B7EBB7
7#C9F0C9
8#DBF5DB
9#EDFAED
Tones
Muted variations
1#52C652
2#59C059
3#5FB95F
4#66B366
5#6CAC6C
6#73A673
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 | CBF0 #CBF0CB | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5A4 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D874 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD4C | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF31 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B27 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C631C | 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: #CBF0CB;
--emerald-300: #A4E5A4;
--emerald-400: #74D874;
--emerald-500: #4CCD4C;
--emerald-600: #31AF31;
--emerald-700: #278B27;
--emerald-800: #1C631C;
--emerald-900: #124012;
--emerald-950: #0B280B;
}