Emerald
#42D778
GreenColor Codes
All color formats for development
HEX
#42D778RGB
rgb(66, 215, 120)HSL
hsl(142, 65%, 55%)OKLCH
oklch(0.779 0.183 151.3)CMYK
cmyk(69%, 0%, 44%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CD068
2#27B95D
3#22A251
4#1D8B46
5#19743A
6#145D2E
7#0F4523
8#0A2E17
9#05170C
Tints
Lighter variations
1#55DB86
2#68DF93
3#7AE3A1
4#8DE7AE
5#A0EBBC
6#B3EFC9
7#C6F3D7
8#D9F7E4
9#ECFBF2
Tones
Muted variations
1#49CF7A
2#51C87C
3#58C07E
4#5FB980
5#67B282
6#6EAA84
7#76A386
8#7D9B88
9#85948A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEABA | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE096 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D778 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B95D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F934A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166935 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4322 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A15 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF6;
--emerald-100: #E2F9EA;
--emerald-200: #C8F3D8;
--emerald-300: #9EEABA;
--emerald-400: #6CE096;
--emerald-500: #42D778;
--emerald-600: #27B95D;
--emerald-700: #1F934A;
--emerald-800: #166935;
--emerald-900: #0E4322;
--emerald-950: #092A15;
}