Emerald
#75D795
GreenColor Codes
All color formats for development
HEX
#75D795RGB
rgb(117, 215, 149)HSL
hsl(140, 55%, 65%)OKLCH
oklch(0.802 0.133 153)CMYK
cmyk(46%, 0%, 31%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BCF82
2#41C86E
3#34B45F
4#2D9A51
5#258044
6#1E6736
7#164D29
8#0F331B
9#071A0E
Tints
Lighter variations
1#82DBA0
2#90DFAB
3#9EE3B5
4#ACE7C0
5#BAEBCA
6#C8EFD5
7#D5F3DF
8#E3F7EA
9#F1FBF4
Tones
Muted variations
1#7AD297
2#7ECD99
3#83C89A
4#88C39C
5#8DBE9E
6#92B99F
7#97B4A1
8#9CB0A2
9#A1ABA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F7 #E3F7EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCF0 #CCF0D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5BA | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D795 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB77 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE5C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A49 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6334 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F21 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2815 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E3F7EA;
--emerald-200: #CCF0D8;
--emerald-300: #A4E5BA;
--emerald-400: #75D795;
--emerald-500: #4DCB77;
--emerald-600: #32AE5C;
--emerald-700: #288A49;
--emerald-800: #1D6334;
--emerald-900: #123F21;
--emerald-950: #0B2815;
}