Emerald
#42D742
GreenColor Codes
All color formats for development
HEX
#42D742RGB
rgb(66, 215, 66)HSL
hsl(120, 65%, 55%)OKLCH
oklch(0.773 0.226 143)CMYK
cmyk(69%, 0%, 69%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CD02C
2#27B927
3#22A222
4#1D8B1D
5#197419
6#145D14
7#0F450F
8#0A2E0A
9#051705
Tints
Lighter variations
1#55DB55
2#68DF68
3#7AE37A
4#8DE78D
5#A0EBA0
6#B3EFB3
7#C6F3C6
8#D9F7D9
9#ECFBEC
Tones
Muted variations
1#49CF49
2#51C851
3#58C058
4#5FB95F
5#67B267
6#6EAA6E
7#76A376
8#7D9B7D
9#859485
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEA9E | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE06C | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D742 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B927 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F931F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166916 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E430E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF2;
--emerald-100: #E2F9E2;
--emerald-200: #C8F3C8;
--emerald-300: #9EEA9E;
--emerald-400: #6CE06C;
--emerald-500: #42D742;
--emerald-600: #27B927;
--emerald-700: #1F931F;
--emerald-800: #166916;
--emerald-900: #0E430E;
--emerald-950: #092A09;
}