Emerald
#42D75D
GreenColor Codes
All color formats for development
HEX
#42D75DRGB
rgb(66, 215, 93)HSL
hsl(131, 65%, 55%)OKLCH
oklch(0.775 0.206 146.2)CMYK
cmyk(69%, 0%, 57%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CD04A
2#27B942
3#22A23A
4#1D8B32
5#197429
6#145D21
7#0F4519
8#0A2E11
9#051708
Tints
Lighter variations
1#55DB6D
2#68DF7D
3#7AE38E
4#8DE79E
5#A0EBAE
6#B3EFBE
7#C6F3CE
8#D9F7DF
9#ECFBEF
Tones
Muted variations
1#49CF62
2#51C866
3#58C06B
4#5FB970
5#67B275
6#6EAA79
7#76A37E
8#7D9B83
9#859488
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAAC | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE081 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D75D | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B942 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9335 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166926 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4318 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF4;
--emerald-100: #E2F9E6;
--emerald-200: #C8F3D0;
--emerald-300: #9EEAAC;
--emerald-400: #6CE081;
--emerald-500: #42D75D;
--emerald-600: #27B942;
--emerald-700: #1F9335;
--emerald-800: #166926;
--emerald-900: #0E4318;
--emerald-950: #092A0F;
}