Emerald
#42D751
GreenColor Codes
All color formats for development
HEX
#42D751RGB
rgb(66, 215, 81)HSL
hsl(126, 65%, 55%)OKLCH
oklch(0.774 0.216 144.6)CMYK
cmyk(69%, 0%, 62%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CD03D
2#27B936
3#22A22F
4#1D8B28
5#197422
6#145D1B
7#0F4514
8#0A2E0D
9#051707
Tints
Lighter variations
1#55DB62
2#68DF73
3#7AE385
4#8DE796
5#A0EBA8
6#B3EFB9
7#C6F3CB
8#D9F7DC
9#ECFBEE
Tones
Muted variations
1#49CF57
2#51C85D
3#58C062
4#5FB968
5#67B26E
6#6EAA74
7#76A37A
8#7D9B80
9#859486
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAA6 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE077 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D751 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B936 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F932B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16691F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4314 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF3;
--emerald-100: #E2F9E4;
--emerald-200: #C8F3CD;
--emerald-300: #9EEAA6;
--emerald-400: #6CE077;
--emerald-500: #42D751;
--emerald-600: #27B936;
--emerald-700: #1F932B;
--emerald-800: #16691F;
--emerald-900: #0E4314;
--emerald-950: #092A0C;
}