Emerald
#60EB60
GreenColor Codes
All color formats for development
HEX
#60EB60RGB
rgb(96, 235, 96)HSL
hsl(120, 78%, 65%)OKLCH
oklch(0.835 0.217 143.3)CMYK
cmyk(59%, 0%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E843
2#25E425
3#1ACF1A
4#16B116
5#129412
6#0F760F
7#0B590B
8#073B07
9#041E04
Tints
Lighter variations
1#70ED70
2#80EF80
3#90F190
4#A0F3A0
5#B0F5B0
6#BFF7BF
7#CFF9CF
8#DFFBDF
9#EFFDEF
Tones
Muted variations
1#67E467
2#6EDD6E
3#75D675
4#7CD07C
5#83C983
6#8AC28A
7#91BB91
8#98B498
9#9FAD9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F297 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB60 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E633 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C819 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F14 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E710E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094909 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF1;
--emerald-100: #DFFBDF;
--emerald-200: #C4F8C4;
--emerald-300: #97F297;
--emerald-400: #60EB60;
--emerald-500: #33E633;
--emerald-600: #19C819;
--emerald-700: #149F14;
--emerald-800: #0E710E;
--emerald-900: #094909;
--emerald-950: #062D06;
}