Emerald
#74D893
GreenColor Codes
All color formats for development
HEX
#74D893RGB
rgb(116, 216, 147)HSL
hsl(139, 56%, 65%)OKLCH
oklch(0.803 0.137 152.3)CMYK
cmyk(46%, 0%, 32%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD07F
2#40C96B
3#33B55C
4#2C9B4F
5#248142
6#1D6735
7#164E28
8#0F341A
9#071A0D
Tints
Lighter variations
1#82DC9E
2#90E0A9
3#9EE4B4
4#ABE7BE
5#B9EBC9
6#C7EFD4
7#D5F3DF
8#E3F7E9
9#F1FBF4
Tones
Muted variations
1#79D395
2#7ECE97
3#83C999
4#88C49B
5#8DBF9D
6#92BA9E
7#97B5A0
8#9CB0A2
9#A1ABA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B8 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D893 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD75 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6333 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124020 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2814 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E3F7E9;
--emerald-200: #CBF0D7;
--emerald-300: #A4E5B8;
--emerald-400: #74D893;
--emerald-500: #4CCD75;
--emerald-600: #31AF59;
--emerald-700: #278B47;
--emerald-800: #1C6333;
--emerald-900: #124020;
--emerald-950: #0B2814;
}