Emerald
#74D87A
GreenColor Codes
All color formats for development
HEX
#74D87ARGB
rgb(116, 216, 122)HSL
hsl(124, 56%, 65%)OKLCH
oklch(0.799 0.161 145.1)CMYK
cmyk(46%, 0%, 44%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD062
2#40C949
3#33B53C
4#2C9B33
5#24812B
6#1D6722
7#164E1A
8#0F3411
9#071A09
Tints
Lighter variations
1#82DC88
2#90E095
3#9EE4A2
4#ABE7AF
5#B9EBBD
6#C7EFCA
7#D5F3D7
8#E3F7E4
9#F1FBF2
Tones
Muted variations
1#79D37F
2#7ECE83
3#83C987
4#88C48C
5#8DBF90
6#92BA94
7#97B599
8#9CB09D
9#A1ABA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0CE | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5A8 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D87A | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD55 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF3A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B2E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6321 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124015 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B280D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF4;
--emerald-100: #E3F7E4;
--emerald-200: #CBF0CE;
--emerald-300: #A4E5A8;
--emerald-400: #74D87A;
--emerald-500: #4CCD55;
--emerald-600: #31AF3A;
--emerald-700: #278B2E;
--emerald-800: #1C6321;
--emerald-900: #124015;
--emerald-950: #0B280D;
}