Emerald
#60EB75
GreenColor Codes
All color formats for development
HEX
#60EB75RGB
rgb(96, 235, 117)HSL
hsl(129, 78%, 65%)OKLCH
oklch(0.837 0.2 146.3)CMYK
cmyk(59%, 0%, 50%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E85B
2#25E442
3#1ACF35
4#16B12D
5#129426
6#0F761E
7#0B5917
8#073B0F
9#041E08
Tints
Lighter variations
1#70ED83
2#80EF91
3#90F19E
4#A0F3AC
5#B0F5BA
6#BFF7C8
7#CFF9D6
8#DFFBE3
9#EFFDF1
Tones
Muted variations
1#67E47A
2#6EDD7F
3#75D684
4#7CD089
5#83C98D
6#8AC292
7#91BB97
8#98B49C
9#9FADA1
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CC | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2A4 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB75 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E64E | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C833 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F29 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E711D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094913 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF3;
--emerald-100: #DFFBE3;
--emerald-200: #C4F8CC;
--emerald-300: #97F2A4;
--emerald-400: #60EB75;
--emerald-500: #33E64E;
--emerald-600: #19C833;
--emerald-700: #149F29;
--emerald-800: #0E711D;
--emerald-900: #094913;
--emerald-950: #062D0C;
}