Emerald
#74D897
GreenColor Codes
All color formats for development
HEX
#74D897RGB
rgb(116, 216, 151)HSL
hsl(141, 56%, 65%)OKLCH
oklch(0.804 0.133 153.7)CMYK
cmyk(46%, 0%, 30%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD083
2#40C970
3#33B561
4#2C9B53
5#248145
6#1D6737
7#164E29
8#0F341C
9#071A0E
Tints
Lighter variations
1#82DCA1
2#90E0AC
3#9EE4B6
4#ABE7C0
5#B9EBCB
6#C7EFD5
7#D5F3E0
8#E3F7EA
9#F1FBF5
Tones
Muted variations
1#79D398
2#7ECE9A
3#83C99B
4#88C49D
5#8DBF9E
6#92BAA0
7#97B5A1
8#9CB0A3
9#A1ABA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BA | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D897 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD79 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF5D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B4A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6335 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124022 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2815 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E3F7EA;
--emerald-200: #CBF0D8;
--emerald-300: #A4E5BA;
--emerald-400: #74D897;
--emerald-500: #4CCD79;
--emerald-600: #31AF5D;
--emerald-700: #278B4A;
--emerald-800: #1C6335;
--emerald-900: #124022;
--emerald-950: #0B2815;
}