Emerald
#75D785
GreenColor Codes
All color formats for development
HEX
#75D785RGB
rgb(117, 215, 133)HSL
hsl(130, 55%, 65%)OKLCH
oklch(0.799 0.148 147.7)CMYK
cmyk(46%, 0%, 38%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5BCF6E
2#41C858
3#34B449
4#2D9A3F
5#258034
6#1E672A
7#164D1F
8#0F3315
9#071A0A
Tints
Lighter variations
1#82DB91
2#90DF9D
3#9EE3AA
4#ACE7B6
5#BAEBC2
6#C8EFCE
7#D5F3DA
8#E3F7E7
9#F1FBF3
Tones
Muted variations
1#7AD288
2#7ECD8C
3#83C88F
4#88C392
5#8DBE95
6#92B999
7#97B49C
8#9CB09F
9#A1ABA2
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 #A4E5AF | BordersInactive statesPlaceholder text |
| 400 | 75D7 #75D785 | Disabled statesSecondary iconsMuted text |
| 500 | 4DCB #4DCB62 | Primary brand colorCTAsActive elementsLinks |
| 600 | 32AE #32AE47 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 288A #288A39 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D63 #1D6328 | Text on light backgroundsHeadingsStrong borders |
| 900 | 123F #123F1A | 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: #CCF0D2;
--emerald-300: #A4E5AF;
--emerald-400: #75D785;
--emerald-500: #4DCB62;
--emerald-600: #32AE47;
--emerald-700: #288A39;
--emerald-800: #1D6328;
--emerald-900: #123F1A;
--emerald-950: #0B2810;
}