Emerald
#42D747
GreenColor Codes
All color formats for development
HEX
#42D747RGB
rgb(66, 215, 71)HSL
hsl(122, 65%, 55%)OKLCH
oklch(0.773 0.223 143.5)CMYK
cmyk(69%, 0%, 67%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CD032
2#27B92C
3#22A227
4#1D8B21
5#19741C
6#145D16
7#0F4511
8#0A2E0B
9#051706
Tints
Lighter variations
1#55DB59
2#68DF6C
3#7AE37E
4#8DE790
5#A0EBA3
6#B3EFB5
7#C6F3C8
8#D9F7DA
9#ECFBED
Tones
Muted variations
1#49CF4E
2#51C855
3#58C05C
4#5FB962
5#67B269
6#6EAA70
7#76A377
8#7D9B7E
9#859485
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAA1 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE070 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D747 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B92C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9323 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166919 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4310 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF3;
--emerald-100: #E2F9E2;
--emerald-200: #C8F3CA;
--emerald-300: #9EEAA1;
--emerald-400: #6CE070;
--emerald-500: #42D747;
--emerald-600: #27B92C;
--emerald-700: #1F9323;
--emerald-800: #166919;
--emerald-900: #0E4310;
--emerald-950: #092A0A;
}