Emerald
#74D895
GreenColor Codes
All color formats for development
HEX
#74D895RGB
rgb(116, 216, 149)HSL
hsl(140, 56%, 65%)OKLCH
oklch(0.804 0.135 153)CMYK
cmyk(46%, 0%, 31%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD081
2#40C96E
3#33B55E
4#2C9B51
5#248143
6#1D6736
7#164E28
8#0F341B
9#071A0D
Tints
Lighter variations
1#82DCA0
2#90E0AA
3#9EE4B5
4#ABE7BF
5#B9EBCA
6#C7EFD5
7#D5F3DF
8#E3F7EA
9#F1FBF4
Tones
Muted variations
1#79D397
2#7ECE98
3#83C99A
4#88C49C
5#8DBF9D
6#92BA9F
7#97B5A1
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 #E3F7EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B9 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D895 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD77 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF5B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6334 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #124021 | 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: #A4E5B9;
--emerald-400: #74D895;
--emerald-500: #4CCD77;
--emerald-600: #31AF5B;
--emerald-700: #278B49;
--emerald-800: #1C6334;
--emerald-900: #124021;
--emerald-950: #0B2815;
}