Emerald
#42D7AF
GreenColor Codes
All color formats for development
HEX
#42D7AFRGB
rgb(66, 215, 175)HSL
hsl(164, 65%, 55%)OKLCH
oklch(0.791 0.137 170.9)CMYK
cmyk(69%, 0%, 19%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CD0A5
2#27B992
3#22A280
4#1D8B6E
5#19745B
6#145D49
7#0F4537
8#0A2E25
9#051712
Tints
Lighter variations
1#55DBB7
2#68DFBF
3#7AE3C7
4#8DE7CF
5#A0EBD7
6#B3EFDF
7#C6F3E7
8#D9F7EF
9#ECFBF7
Tones
Muted variations
1#49CFAC
2#51C8A8
3#58C0A5
4#5FB9A1
5#67B29E
6#6EAA9A
7#76A397
8#7D9B93
9#859490
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAD6 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE0C1 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D7AF | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B992 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9374 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166953 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4335 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCFA;
--emerald-100: #E2F9F3;
--emerald-200: #C8F3E8;
--emerald-300: #9EEAD6;
--emerald-400: #6CE0C1;
--emerald-500: #42D7AF;
--emerald-600: #27B992;
--emerald-700: #1F9374;
--emerald-800: #166953;
--emerald-900: #0E4335;
--emerald-950: #092A21;
}