Emerald
#6CE089
GreenColor Codes
All color formats for development
HEX
#6CE089RGB
rgb(108, 224, 137)HSL
hsl(135, 65%, 65%)OKLCH
oklch(0.818 0.162 149.7)CMYK
cmyk(52%, 0%, 39%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#50DA73
2#35D45D
3#29BF4E
4#23A443
5#1D8938
6#176D2D
7#115222
8#0C3716
9#061B0B
Tints
Lighter variations
1#7AE395
2#89E6A0
3#98E9AC
4#A7ECB8
5#B5EFC4
6#C4F3D0
7#D3F6DC
8#E2F9E7
9#F0FCF3
Tones
Muted variations
1#72DA8C
2#77D48F
3#7DCE91
4#83C994
5#89C397
6#8FBD9A
7#94B79D
8#9AB1A0
9#A0ACA3
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 #C8F3D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EEA #9EEAB1 | BordersInactive statesPlaceholder text |
| 400 | 6CE0 #6CE089 | Disabled statesSecondary iconsMuted text |
| 500 | 42D7 #42D767 | Primary brand colorCTAsActive elementsLinks |
| 600 | 27B9 #27B94C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1F93 #1F933C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1669 #16692B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E43 #0E431C | Primary textHigh emphasis contentDark headings |
| 950 | 092A #092A11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F2FCF5;
--emerald-100: #E2F9E7;
--emerald-200: #C8F3D3;
--emerald-300: #9EEAB1;
--emerald-400: #6CE089;
--emerald-500: #42D767;
--emerald-600: #27B94C;
--emerald-700: #1F933C;
--emerald-800: #16692B;
--emerald-900: #0E431C;
--emerald-950: #092A11;
}