Emerald
#75D797
GreenColor Codes
All color formats for development
HEX
#75D797RGB
rgb(117, 215, 151)HSL
hsl(141, 55%, 65%)OKLCH
oklch(0.802 0.131 153.7)CMYK
cmyk(46%, 0%, 30%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BCF84
2#41C870
3#34B461
4#2D9A53
5#258045
6#1E6737
7#164D2A
8#0F331C
9#071A0E
Tints
Lighter variations
1#82DBA1
2#90DFAC
3#9EE3B6
4#ACE7C1
5#BAEBCB
6#C8EFD5
7#D5F3E0
8#E3F7EA
9#F1FBF5
Tones
Muted variations
1#7AD298
2#7ECD9A
3#83C89B
4#88C39D
5#8DBE9E
6#92B9A0
7#97B4A1
8#9CB0A3
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 #A4E5BB | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D797 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB79 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE5E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A4B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6335 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F22 | 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: #A4E5BB;
--emerald-400: #75D797;
--emerald-500: #4DCB79;
--emerald-600: #32AE5E;
--emerald-700: #288A4B;
--emerald-800: #1D6335;
--emerald-900: #123F22;
--emerald-950: #0B2815;
}