Emerald
#60EB9F
GreenColor Codes
All color formats for development
HEX
#60EB9FRGB
rgb(96, 235, 159)HSL
hsl(147, 78%, 65%)OKLCH
oklch(0.845 0.162 156.3)CMYK
cmyk(59%, 0%, 32%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E88D
2#25E47B
3#1ACF6B
4#16B15C
5#12944C
6#0F763D
7#0B592E
8#073B1F
9#041E0F
Tints
Lighter variations
1#70EDA8
2#80EFB2
3#90F1BC
4#A0F3C5
5#B0F5CF
6#BFF7D9
7#CFF9E2
8#DFFBEC
9#EFFDF5
Tones
Muted variations
1#67E49F
2#6EDDA0
3#75D6A1
4#7CD0A2
5#83C9A2
6#8AC2A3
7#91BBA4
8#98B4A4
9#9FADA5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8DB | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2C0 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB9F | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E683 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C867 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F52 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E713B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094926 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D18 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF7;
--emerald-100: #DFFBEC;
--emerald-200: #C4F8DB;
--emerald-300: #97F2C0;
--emerald-400: #60EB9F;
--emerald-500: #33E683;
--emerald-600: #19C867;
--emerald-700: #149F52;
--emerald-800: #0E713B;
--emerald-900: #094926;
--emerald-950: #062D18;
}