Emerald
#74D886
GreenColor Codes
All color formats for development
HEX
#74D886RGB
rgb(116, 216, 134)HSL
hsl(131, 56%, 65%)OKLCH
oklch(0.801 0.149 148.2)CMYK
cmyk(46%, 0%, 38%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5AD070
2#40C959
3#33B54B
4#2C9B40
5#248135
6#1D672B
7#164E20
8#0F3415
9#071A0B
Tints
Lighter variations
1#82DC92
2#90E09E
3#9EE4AA
4#ABE7B6
5#B9EBC3
6#C7EFCF
7#D5F3DB
8#E3F7E7
9#F1FBF3
Tones
Muted variations
1#79D389
2#7ECE8C
3#83C990
4#88C493
5#8DBF96
6#92BA99
7#97B59C
8#9CB09F
9#A1ABA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBF0 #CBF0D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B0 | BordersInactive statesPlaceholder text |
| 400 | 74D8 #74D886 | Disabled statesSecondary iconsMuted text |
| 500 | 4CCD #4CCD64 | Primary brand colorCTAsActive elementsLinks |
| 600 | 31AF #31AF48 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 278B #278B3A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C63 #1C6329 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1240 #12401A | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2810 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E3F7E7;
--emerald-200: #CBF0D2;
--emerald-300: #A4E5B0;
--emerald-400: #74D886;
--emerald-500: #4CCD64;
--emerald-600: #31AF48;
--emerald-700: #278B3A;
--emerald-800: #1C6329;
--emerald-900: #12401A;
--emerald-950: #0B2810;
}