Emerald
#42D773
GreenColor Codes
All color formats for development
HEX
#42D773RGB
rgb(66, 215, 115)HSL
hsl(140, 65%, 55%)OKLCH
oklch(0.779 0.188 150.2)CMYK
cmyk(69%, 0%, 47%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CD063
2#27B958
3#22A24D
4#1D8B42
5#197437
6#145D2C
7#0F4521
8#0A2E16
9#05170B
Tints
Lighter variations
1#55DB81
2#68DF8F
3#7AE39D
4#8DE7AB
5#A0EBB9
6#B3EFC7
7#C6F3D5
8#D9F7E3
9#ECFBF1
Tones
Muted variations
1#49CF76
2#51C878
3#58C07B
4#5FB97D
5#67B280
6#6EAA82
7#76A385
8#7D9B87
9#85948A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAB8 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE092 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D773 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B958 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9346 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166932 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4320 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF6;
--emerald-100: #E2F9E9;
--emerald-200: #C8F3D7;
--emerald-300: #9EEAB8;
--emerald-400: #6CE092;
--emerald-500: #42D773;
--emerald-600: #27B958;
--emerald-700: #1F9346;
--emerald-800: #166932;
--emerald-900: #0E4320;
--emerald-950: #092A14;
}