Emerald
#42D7A8
GreenColor Codes
All color formats for development
HEX
#42D7A8RGB
rgb(66, 215, 168)HSL
hsl(161, 65%, 55%)OKLCH
oklch(0.789 0.142 167.5)CMYK
cmyk(69%, 0%, 22%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CD09C
2#27B98B
3#22A27A
4#1D8B68
5#197457
6#145D45
7#0F4534
8#0A2E23
9#051711
Tints
Lighter variations
1#55DBB0
2#68DFB9
3#7AE3C2
4#8DE7CB
5#A0EBD3
6#B3EFDC
7#C6F3E5
8#D9F7EE
9#ECFBF6
Tones
Muted variations
1#49CFA5
2#51C8A2
3#58C09F
4#5FB99D
5#67B29A
6#6EAA97
7#76A394
8#7D9B92
9#85948F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAD2 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0BB | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B98B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F936F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16694F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4333 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF9;
--emerald-100: #E2F9F1;
--emerald-200: #C8F3E6;
--emerald-300: #9EEAD2;
--emerald-400: #6CE0BB;
--emerald-500: #42D7A8;
--emerald-600: #27B98B;
--emerald-700: #1F936F;
--emerald-800: #16694F;
--emerald-900: #0E4333;
--emerald-950: #092A20;
}