Emerald
#74D88D
GreenColor Codes
All color formats for development
HEX
#74D88DRGB
rgb(116, 216, 141)HSL
hsl(135, 56%, 65%)OKLCH
oklch(0.802 0.142 150.3)CMYK
cmyk(46%, 0%, 35%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD078
2#40C962
3#33B554
4#2C9B48
5#24813C
6#1D6730
7#164E24
8#0F3418
9#071A0C
Tints
Lighter variations
1#82DC98
2#90E0A4
3#9EE4AF
4#ABE7BA
5#B9EBC6
6#C7EFD1
7#D5F3DD
8#E3F7E8
9#F1FBF4
Tones
Muted variations
1#79D38F
2#7ECE92
3#83C994
4#88C497
5#8DBF99
6#92BA9C
7#97B59E
8#9CB0A1
9#A1ABA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B4 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D88D | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD6C | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF51 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B40 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C632E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401D | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2812 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E3F7E8;
--emerald-200: #CBF0D5;
--emerald-300: #A4E5B4;
--emerald-400: #74D88D;
--emerald-500: #4CCD6C;
--emerald-600: #31AF51;
--emerald-700: #278B40;
--emerald-800: #1C632E;
--emerald-900: #12401D;
--emerald-950: #0B2812;
}