Emerald
#75D787
GreenColor Codes
All color formats for development
HEX
#75D787RGB
rgb(117, 215, 135)HSL
hsl(131, 55%, 65%)OKLCH
oklch(0.799 0.146 148.3)CMYK
cmyk(46%, 0%, 37%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BCF70
2#41C85A
3#34B44C
4#2D9A41
5#258036
6#1E672B
7#164D20
8#0F3316
9#071A0B
Tints
Lighter variations
1#82DB93
2#90DF9F
3#9EE3AB
4#ACE7B7
5#BAEBC3
6#C8EFCF
7#D5F3DB
8#E3F7E7
9#F1FBF3
Tones
Muted variations
1#7AD28A
2#7ECD8D
3#83C890
4#88C393
5#8DBE96
6#92B999
7#97B49C
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 #E3F7E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B0 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D787 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB64 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE49 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A3A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D632A | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F1B | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2811 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF5;
--emerald-100: #E3F7E7;
--emerald-200: #CCF0D2;
--emerald-300: #A4E5B0;
--emerald-400: #75D787;
--emerald-500: #4DCB64;
--emerald-600: #32AE49;
--emerald-700: #288A3A;
--emerald-800: #1D632A;
--emerald-900: #123F1B;
--emerald-950: #0B2811;
}