Emerald
#42D762
GreenColor Codes
All color formats for development
HEX
#42D762RGB
rgb(66, 215, 98)HSL
hsl(133, 65%, 55%)OKLCH
oklch(0.776 0.202 147)CMYK
cmyk(69%, 0%, 54%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CD050
2#27B947
3#22A23E
4#1D8B35
5#19742C
6#145D23
7#0F451B
8#0A2E12
9#051709
Tints
Lighter variations
1#55DB72
2#68DF81
3#7AE391
4#8DE7A1
5#A0EBB0
6#B3EFC0
7#C6F3D0
8#D9F7E0
9#ECFBEF
Tones
Muted variations
1#49CF66
2#51C86A
3#58C06F
4#5FB973
5#67B277
6#6EAA7B
7#76A380
8#7D9B84
9#859488
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAAF | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE085 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D762 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B947 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9338 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166928 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E431A | 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: #F2FCF5;
--emerald-100: #E2F9E7;
--emerald-200: #C8F3D2;
--emerald-300: #9EEAAF;
--emerald-400: #6CE085;
--emerald-500: #42D762;
--emerald-600: #27B947;
--emerald-700: #1F9338;
--emerald-800: #166928;
--emerald-900: #0E431A;
--emerald-950: #092A10;
}