Emerald
#42D75F
GreenColor Codes
All color formats for development
HEX
#42D75FRGB
rgb(66, 215, 95)HSL
hsl(132, 65%, 55%)OKLCH
oklch(0.776 0.205 146.5)CMYK
cmyk(69%, 0%, 56%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CD04D
2#27B944
3#22A23C
4#1D8B33
5#19742B
6#145D22
7#0F451A
8#0A2E11
9#051709
Tints
Lighter variations
1#55DB6F
2#68DF7F
3#7AE38F
4#8DE79F
5#A0EBAF
6#B3EFBF
7#C6F3CF
8#D9F7DF
9#ECFBEF
Tones
Muted variations
1#49CF64
2#51C868
3#58C06D
4#5FB971
5#67B276
6#6EAA7A
7#76A37F
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 #C8F3D1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAAD | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE083 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D75F | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B944 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9336 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166927 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4319 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A10 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF4;
--emerald-100: #E2F9E6;
--emerald-200: #C8F3D1;
--emerald-300: #9EEAAD;
--emerald-400: #6CE083;
--emerald-500: #42D75F;
--emerald-600: #27B944;
--emerald-700: #1F9336;
--emerald-800: #166927;
--emerald-900: #0E4319;
--emerald-950: #092A10;
}