Emerald
#74D87E
GreenColor Codes
All color formats for development
HEX
#74D87ERGB
rgb(116, 216, 126)HSL
hsl(126, 56%, 65%)OKLCH
oklch(0.8 0.157 146.1)CMYK
cmyk(46%, 0%, 42%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD066
2#40C94E
3#33B540
4#2C9B37
5#24812E
6#1D6725
7#164E1B
8#0F3412
9#071A09
Tints
Lighter variations
1#82DC8B
2#90E098
3#9EE4A5
4#ABE7B1
5#B9EBBE
6#C7EFCB
7#D5F3D8
8#E3F7E5
9#F1FBF2
Tones
Muted variations
1#79D382
2#7ECE86
3#83C98A
4#88C48E
5#8DBF92
6#92BA96
7#97B59A
8#9CB09E
9#A1ABA2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0CF | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5AA | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D87E | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD59 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF3E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B31 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6323 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124017 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF4;
--emerald-100: #E3F7E5;
--emerald-200: #CBF0CF;
--emerald-300: #A4E5AA;
--emerald-400: #74D87E;
--emerald-500: #4CCD59;
--emerald-600: #31AF3E;
--emerald-700: #278B31;
--emerald-800: #1C6323;
--emerald-900: #124017;
--emerald-950: #0B280E;
}