Emerald
#42D74E
GreenColor Codes
All color formats for development
HEX
#42D74ERGB
rgb(66, 215, 78)HSL
hsl(125, 65%, 55%)OKLCH
oklch(0.774 0.218 144.2)CMYK
cmyk(69%, 0%, 64%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CD03A
2#27B933
3#22A22D
4#1D8B27
5#197420
6#145D1A
7#0F4513
8#0A2E0D
9#051706
Tints
Lighter variations
1#55DB60
2#68DF71
3#7AE383
4#8DE795
5#A0EBA7
6#B3EFB8
7#C6F3CA
8#D9F7DC
9#ECFBED
Tones
Muted variations
1#49CF54
2#51C85B
3#58C061
4#5FB967
5#67B26D
6#6EAA73
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 #E2F9E3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAA5 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE075 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D74E | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B933 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9329 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16691D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4313 | 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: #E2F9E3;
--emerald-200: #C8F3CC;
--emerald-300: #9EEAA5;
--emerald-400: #6CE075;
--emerald-500: #42D74E;
--emerald-600: #27B933;
--emerald-700: #1F9329;
--emerald-800: #16691D;
--emerald-900: #0E4313;
--emerald-950: #092A0C;
}