Emerald
#42D769
GreenColor Codes
All color formats for development
HEX
#42D769RGB
rgb(66, 215, 105)HSL
hsl(136, 65%, 55%)OKLCH
oklch(0.777 0.196 148.2)CMYK
cmyk(69%, 0%, 51%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2CD058
2#27B94E
3#22A244
4#1D8B3B
5#197431
6#145D27
7#0F451D
8#0A2E14
9#05170A
Tints
Lighter variations
1#55DB78
2#68DF87
3#7AE396
4#8DE7A5
5#A0EBB4
6#B3EFC3
7#C6F3D2
8#D9F7E1
9#ECFBF0
Tones
Muted variations
1#49CF6D
2#51C870
3#58C074
4#5FB977
5#67B27B
6#6EAA7E
7#76A382
8#7D9B85
9#859489
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAB3 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE08B | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D769 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B94E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F933E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16692C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E431C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A12 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF5;
--emerald-100: #E2F9E8;
--emerald-200: #C8F3D4;
--emerald-300: #9EEAB3;
--emerald-400: #6CE08B;
--emerald-500: #42D769;
--emerald-600: #27B94E;
--emerald-700: #1F933E;
--emerald-800: #16692C;
--emerald-900: #0E431C;
--emerald-950: #092A12;
}