Emerald
#42D76E
GreenColor Codes
All color formats for development
HEX
#42D76ERGB
rgb(66, 215, 110)HSL
hsl(138, 65%, 55%)OKLCH
oklch(0.778 0.192 149.1)CMYK
cmyk(69%, 0%, 49%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CD05D
2#27B953
3#22A249
4#1D8B3E
5#197434
6#145D2A
7#0F451F
8#0A2E15
9#05170A
Tints
Lighter variations
1#55DB7D
2#68DF8B
3#7AE39A
4#8DE7A8
5#A0EBB7
6#B3EFC5
7#C6F3D4
8#D9F7E2
9#ECFBF1
Tones
Muted variations
1#49CF71
2#51C874
3#58C077
4#5FB97A
5#67B27D
6#6EAA80
7#76A383
8#7D9B86
9#859489
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAB5 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE08F | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D76E | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B953 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9342 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16692F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E431E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF5;
--emerald-100: #E2F9E9;
--emerald-200: #C8F3D5;
--emerald-300: #9EEAB5;
--emerald-400: #6CE08F;
--emerald-500: #42D76E;
--emerald-600: #27B953;
--emerald-700: #1F9342;
--emerald-800: #16692F;
--emerald-900: #0E431E;
--emerald-950: #092A13;
}