Emerald
#74D88E
GreenColor Codes
All color formats for development
HEX
#74D88ERGB
rgb(116, 216, 142)HSL
hsl(136, 56%, 65%)OKLCH
oklch(0.802 0.141 150.6)CMYK
cmyk(46%, 0%, 34%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD07A
2#40C965
3#33B556
4#2C9B49
5#24813D
6#1D6731
7#164E25
8#0F3418
9#071A0C
Tints
Lighter variations
1#82DC9A
2#90E0A5
3#9EE4B0
4#ABE7BB
5#B9EBC7
6#C7EFD2
7#D5F3DD
8#E3F7E8
9#F1FBF4
Tones
Muted variations
1#79D391
2#7ECE93
3#83C995
4#88C498
5#8DBF9A
6#92BA9C
7#97B59F
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 #A4E5B5 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D88E | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD6E | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF53 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C632F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401E | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2813 | 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: #A4E5B5;
--emerald-400: #74D88E;
--emerald-500: #4CCD6E;
--emerald-600: #31AF53;
--emerald-700: #278B42;
--emerald-800: #1C632F;
--emerald-900: #12401E;
--emerald-950: #0B2813;
}