Emerald
#74D88B
GreenColor Codes
All color formats for development
HEX
#74D88BRGB
rgb(116, 216, 139)HSL
hsl(134, 56%, 65%)OKLCH
oklch(0.802 0.144 149.6)CMYK
cmyk(46%, 0%, 36%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD076
2#40C960
3#33B551
4#2C9B46
5#24813A
6#1D672E
7#164E23
8#0F3417
9#071A0C
Tints
Lighter variations
1#82DC97
2#90E0A2
3#9EE4AE
4#ABE7B9
5#B9EBC5
6#C7EFD1
7#D5F3DC
8#E3F7E8
9#F1FBF3
Tones
Muted variations
1#79D38E
2#7ECE90
3#83C993
4#88C496
5#8DBF98
6#92BA9B
7#97B59E
8#9CB0A0
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 #CBF0D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B3 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D88B | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD6A | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF4F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B3F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C632D | 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: #CBF0D4;
--emerald-300: #A4E5B3;
--emerald-400: #74D88B;
--emerald-500: #4CCD6A;
--emerald-600: #31AF4F;
--emerald-700: #278B3F;
--emerald-800: #1C632D;
--emerald-900: #12401D;
--emerald-950: #0B2812;
}