Emerald
#6CE077
GreenColor Codes
All color formats for development
HEX
#6CE077RGB
rgb(108, 224, 119)HSL
hsl(126, 65%, 65%)OKLCH
oklch(0.815 0.178 145.6)CMYK
cmyk(52%, 0%, 47%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50DA5E
2#35D445
3#29BF38
4#23A430
5#1D8928
6#176D20
7#115218
8#0C3710
9#061B08
Tints
Lighter variations
1#7AE385
2#89E692
3#98E9A0
4#A7ECAE
5#B5EFBB
6#C4F3C9
7#D3F6D6
8#E2F9E4
9#F0FCF1
Tones
Muted variations
1#72DA7C
2#77D481
3#7DCE85
4#83C98A
5#89C38F
6#8FBD93
7#94B798
8#9AB19C
9#A0ACA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAA6 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE077 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D751 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B936 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F932B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16691F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4314 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF3;
--emerald-100: #E2F9E4;
--emerald-200: #C8F3CD;
--emerald-300: #9EEAA6;
--emerald-400: #6CE077;
--emerald-500: #42D751;
--emerald-600: #27B936;
--emerald-700: #1F932B;
--emerald-800: #16691F;
--emerald-900: #0E4314;
--emerald-950: #092A0C;
}