Emerald
#74D889
GreenColor Codes
All color formats for development
HEX
#74D889RGB
rgb(116, 216, 137)HSL
hsl(133, 56%, 65%)OKLCH
oklch(0.802 0.146 149)CMYK
cmyk(46%, 0%, 37%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD074
2#40C95E
3#33B54F
4#2C9B44
5#248139
6#1D672D
7#164E22
8#0F3417
9#071A0B
Tints
Lighter variations
1#82DC95
2#90E0A1
3#9EE4AD
4#ABE7B8
5#B9EBC4
6#C7EFD0
7#D5F3DC
8#E3F7E7
9#F1FBF3
Tones
Muted variations
1#79D38C
2#7ECE8F
3#83C992
4#88C495
5#8DBF98
6#92BA9A
7#97B59D
8#9CB0A0
9#A1ABA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B2 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D889 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD68 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF4D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B3D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C632C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401C | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2811 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E3F7E7;
--emerald-200: #CBF0D3;
--emerald-300: #A4E5B2;
--emerald-400: #74D889;
--emerald-500: #4CCD68;
--emerald-600: #31AF4D;
--emerald-700: #278B3D;
--emerald-800: #1C632C;
--emerald-900: #12401C;
--emerald-950: #0B2811;
}