Emerald
#74D898
GreenColor Codes
All color formats for development
HEX
#74D898RGB
rgb(116, 216, 152)HSL
hsl(142, 56%, 65%)OKLCH
oklch(0.805 0.132 154.1)CMYK
cmyk(46%, 0%, 30%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD085
2#40C972
3#33B563
4#2C9B55
5#248146
6#1D6738
7#164E2A
8#0F341C
9#071A0E
Tints
Lighter variations
1#82DCA3
2#90E0AD
3#9EE4B7
4#ABE7C1
5#B9EBCC
6#C7EFD6
7#D5F3E0
8#E3F7EA
9#F1FBF5
Tones
Muted variations
1#79D39A
2#7ECE9B
3#83C99C
4#88C49E
5#8DBF9F
6#92BAA0
7#97B5A2
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 #CBF0D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BC | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D898 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD7B | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF5F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B4C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6336 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124023 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2816 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E3F7EA;
--emerald-200: #CBF0D9;
--emerald-300: #A4E5BC;
--emerald-400: #74D898;
--emerald-500: #4CCD7B;
--emerald-600: #31AF5F;
--emerald-700: #278B4C;
--emerald-800: #1C6336;
--emerald-900: #124023;
--emerald-950: #0B2816;
}