Emerald
#6CE081
GreenColor Codes
All color formats for development
HEX
#6CE081RGB
rgb(108, 224, 129)HSL
hsl(131, 65%, 65%)OKLCH
oklch(0.816 0.169 147.7)CMYK
cmyk(52%, 0%, 42%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50DA6A
2#35D452
3#29BF44
4#23A43B
5#1D8931
6#176D27
7#11521D
8#0C3714
9#061B0A
Tints
Lighter variations
1#7AE38E
2#89E69A
3#98E9A7
4#A7ECB3
5#B5EFC0
6#C4F3CD
7#D3F6D9
8#E2F9E6
9#F0FCF2
Tones
Muted variations
1#72DA85
2#77D488
3#7DCE8C
4#83C990
5#89C393
6#8FBD97
7#94B79B
8#9AB19E
9#A0ACA2
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 #C8F3D0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAAC | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE081 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D75D | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B942 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F9335 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #166926 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E4318 | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A0F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF4;
--emerald-100: #E2F9E6;
--emerald-200: #C8F3D0;
--emerald-300: #9EEAAC;
--emerald-400: #6CE081;
--emerald-500: #42D75D;
--emerald-600: #27B942;
--emerald-700: #1F9335;
--emerald-800: #166926;
--emerald-900: #0E4318;
--emerald-950: #092A0F;
}