Emerald
#42D79B
GreenColor Codes
All color formats for development
HEX
#42D79BRGB
rgb(66, 215, 155)HSL
hsl(156, 65%, 55%)OKLCH
oklch(0.786 0.152 162)CMYK
cmyk(69%, 0%, 28%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CD08F
2#27B97F
3#22A26F
4#1D8B5F
5#19744F
6#145D3F
7#0F4530
8#0A2E20
9#051710
Tints
Lighter variations
1#55DBA5
2#68DFAF
3#7AE3B9
4#8DE7C3
5#A0EBCD
6#B3EFD7
7#C6F3E1
8#D9F7EB
9#ECFBF5
Tones
Muted variations
1#49CF9A
2#51C898
3#58C097
4#5FB995
5#67B294
6#6EAA92
7#76A391
8#7D9B8F
9#85948E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEACC | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0B1 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D79B | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B97F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9365 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166948 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E432E | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF8;
--emerald-100: #E2F9EF;
--emerald-200: #C8F3E2;
--emerald-300: #9EEACC;
--emerald-400: #6CE0B1;
--emerald-500: #42D79B;
--emerald-600: #27B97F;
--emerald-700: #1F9365;
--emerald-800: #166948;
--emerald-900: #0E432E;
--emerald-950: #092A1D;
}