Emerald
#75D794
GreenColor Codes
All color formats for development
HEX
#75D794RGB
rgb(117, 215, 148)HSL
hsl(139, 55%, 65%)OKLCH
oklch(0.802 0.134 152.6)CMYK
cmyk(46%, 0%, 31%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BCF80
2#41C86C
3#34B45D
4#2D9A4F
5#258042
6#1E6735
7#164D28
8#0F331A
9#071A0D
Tints
Lighter variations
1#82DB9E
2#90DFA9
3#9EE3B4
4#ACE7BF
5#BAEBC9
6#C8EFD4
7#D5F3DF
8#E3F7EA
9#F1FBF4
Tones
Muted variations
1#7AD296
2#7ECD97
3#83C899
4#88C39B
5#8DBE9D
6#92B99F
7#97B4A0
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 #CCF0D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4E5 #A4E5B9 | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D794 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB75 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE5A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6333 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F21 | Primary textHigh emphasis contentDark headings |
| 950 | 0B28 #0B2814 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F3FCF6;
--emerald-100: #E3F7EA;
--emerald-200: #CCF0D7;
--emerald-300: #A4E5B9;
--emerald-400: #75D794;
--emerald-500: #4DCB75;
--emerald-600: #32AE5A;
--emerald-700: #288A47;
--emerald-800: #1D6333;
--emerald-900: #123F21;
--emerald-950: #0B2814;
}