Emerald
#4CCD91
GreenColor Codes
All color formats for development
HEX
#4CCD91RGB
rgb(76, 205, 145)HSL
hsl(152, 56%, 55%)OKLCH
oklch(0.762 0.144 159.7)CMYK
cmyk(63%, 0%, 29%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38C583
2#31AF74
3#2B9966
4#258357
5#1F6D49
6#19583A
7#13422C
8#0C2C1D
9#06160F
Tints
Lighter variations
1#5ED29C
2#70D7A7
3#82DCB2
4#94E1BD
5#A5E6C8
6#B7EBD3
7#C9F0DE
8#DBF5E9
9#EDFAF4
Tones
Muted variations
1#52C690
2#59C090
3#5FB98F
4#66B38F
5#6CAC8E
6#73A68E
7#79A08E
8#7F998D
9#86938D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0DF | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C7 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8A9 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD91 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF74 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B5D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6342 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12402A | 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: #F3FCF8;
--emerald-100: #E3F7EE;
--emerald-200: #CBF0DF;
--emerald-300: #A4E5C7;
--emerald-400: #74D8A9;
--emerald-500: #4CCD91;
--emerald-600: #31AF74;
--emerald-700: #278B5D;
--emerald-800: #1C6342;
--emerald-900: #12402A;
--emerald-950: #0B281A;
}