Emerald
#6CE079
GreenColor Codes
All color formats for development
HEX
#6CE079RGB
rgb(108, 224, 121)HSL
hsl(127, 65%, 65%)OKLCH
oklch(0.815 0.177 146)CMYK
cmyk(52%, 0%, 46%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50DA60
2#35D448
3#29BF3A
4#23A432
5#1D892A
6#176D21
7#115219
8#0C3711
9#061B08
Tints
Lighter variations
1#7AE387
2#89E694
3#98E9A1
4#A7ECAF
5#B5EFBC
6#C4F3CA
7#D3F6D7
8#E2F9E4
9#F0FCF2
Tones
Muted variations
1#72DA7E
2#77D482
3#7DCE87
4#83C98B
5#89C390
6#8FBD94
7#94B798
8#9AB19D
9#A0ACA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCF4 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F9 #E2F9E4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8F3 #C8F3CD | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAA7 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE079 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D753 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B938 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F932D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166920 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4314 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF4;
--emerald-100: #E2F9E4;
--emerald-200: #C8F3CD;
--emerald-300: #9EEAA7;
--emerald-400: #6CE079;
--emerald-500: #42D753;
--emerald-600: #27B938;
--emerald-700: #1F932D;
--emerald-800: #166920;
--emerald-900: #0E4314;
--emerald-950: #092A0D;
}