Emerald
#60EB88
GreenColor Codes
All color formats for development
HEX
#60EB88RGB
rgb(96, 235, 136)HSL
hsl(137, 78%, 65%)OKLCH
oklch(0.84 0.183 150.1)CMYK
cmyk(59%, 0%, 42%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E871
2#25E45B
3#1ACF4D
4#16B142
5#129437
6#0F762C
7#0B5921
8#073B16
9#041E0B
Tints
Lighter variations
1#70ED94
2#80EF9F
3#90F1AB
4#A0F3B7
5#B0F5C3
6#BFF7CF
7#CFF9DB
8#DFFBE7
9#EFFDF3
Tones
Muted variations
1#67E48B
2#6EDD8E
3#75D691
4#7CD094
5#83C997
6#8AC29A
7#91BB9D
8#98B4A0
9#9FADA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB88 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E665 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C84A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F3B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E712A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D11 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF5;
--emerald-100: #DFFBE7;
--emerald-200: #C4F8D3;
--emerald-300: #97F2B1;
--emerald-400: #60EB88;
--emerald-500: #33E665;
--emerald-600: #19C84A;
--emerald-700: #149F3B;
--emerald-800: #0E712A;
--emerald-900: #09491B;
--emerald-950: #062D11;
}