Emerald
#60EB8F
GreenColor Codes
All color formats for development
HEX
#60EB8FRGB
rgb(96, 235, 143)HSL
hsl(140, 78%, 65%)OKLCH
oklch(0.842 0.177 151.7)CMYK
cmyk(59%, 0%, 39%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E87A
2#25E465
3#1ACF56
4#16B14A
5#12943D
6#0F7631
7#0B5925
8#073B19
9#041E0C
Tints
Lighter variations
1#70ED9A
2#80EFA5
3#90F1B0
4#A0F3BC
5#B0F5C7
6#BFF7D2
7#CFF9DD
8#DFFBE9
9#EFFDF4
Tones
Muted variations
1#67E491
2#6EDD93
3#75D696
4#7CD098
5#83C99A
6#8AC29C
7#91BB9F
8#98B4A1
9#9FADA3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B5 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB8F | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E66E | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C853 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F42 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E712F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09491E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D13 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF5;
--emerald-100: #DFFBE9;
--emerald-200: #C4F8D5;
--emerald-300: #97F2B5;
--emerald-400: #60EB8F;
--emerald-500: #33E66E;
--emerald-600: #19C853;
--emerald-700: #149F42;
--emerald-800: #0E712F;
--emerald-900: #09491E;
--emerald-950: #062D13;
}