Emerald
#4CCD8C
GreenColor Codes
All color formats for development
HEX
#4CCD8CRGB
rgb(76, 205, 140)HSL
hsl(150, 56%, 55%)OKLCH
oklch(0.761 0.148 157.7)CMYK
cmyk(63%, 0%, 32%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#38C57E
2#31AF70
3#2B9962
4#258354
5#1F6D46
6#195838
7#13422A
8#0C2C1C
9#06160E
Tints
Lighter variations
1#5ED298
2#70D7A3
3#82DCAF
4#94E1BA
5#A5E6C6
6#B7EBD1
7#C9F0DD
8#DBF5E8
9#EDFAF4
Tones
Muted variations
1#52C68C
2#59C08C
3#5FB98C
4#66B38C
5#6CAC8C
6#73A68C
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 | CBF0 #CBF0DE | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5C4 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D8A6 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD8C | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF70 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B59 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6340 | 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: #CBF0DE;
--emerald-300: #A4E5C4;
--emerald-400: #74D8A6;
--emerald-500: #4CCD8C;
--emerald-600: #31AF70;
--emerald-700: #278B59;
--emerald-800: #1C6340;
--emerald-900: #124029;
--emerald-950: #0B281A;
}