Emerald
#74D874
GreenColor Codes
All color formats for development
HEX
#74D874RGB
rgb(116, 216, 116)HSL
hsl(120, 56%, 65%)OKLCH
oklch(0.798 0.166 143.8)CMYK
cmyk(46%, 0%, 46%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD05A
2#40C940
3#33B533
4#2C9B2C
5#248124
6#1D671D
7#164E16
8#0F340F
9#071A07
Tints
Lighter variations
1#82DC82
2#90E090
3#9EE49E
4#ABE7AB
5#B9EBB9
6#C7EFC7
7#D5F3D5
8#E3F7E3
9#F1FBF1
Tones
Muted variations
1#79D379
2#7ECE7E
3#83C983
4#88C488
5#8DBF8D
6#92BA92
7#97B597
8#9CB09C
9#A1ABA1
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;
}