Emerald
#60EB98
GreenColor Codes
All color formats for development
HEX
#60EB98RGB
rgb(96, 235, 152)HSL
hsl(144, 78%, 65%)OKLCH
oklch(0.843 0.169 154.2)CMYK
cmyk(59%, 0%, 35%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E885
2#25E472
3#1ACF62
4#16B154
5#129446
6#0F7638
7#0B592A
8#073B1C
9#041E0E
Tints
Lighter variations
1#70EDA2
2#80EFAC
3#90F1B7
4#A0F3C1
5#B0F5CB
6#BFF7D6
7#CFF9E0
8#DFFBEA
9#EFFDF5
Tones
Muted variations
1#67E499
2#6EDD9B
3#75D69C
4#7CD09D
5#83C99F
6#8AC2A0
7#91BBA2
8#98B4A3
9#9FADA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BB | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB98 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E67A | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C85F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F4B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7136 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094922 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBEA;
--emerald-200: #C4F8D9;
--emerald-300: #97F2BB;
--emerald-400: #60EB98;
--emerald-500: #33E67A;
--emerald-600: #19C85F;
--emerald-700: #149F4B;
--emerald-800: #0E7136;
--emerald-900: #094922;
--emerald-950: #062D16;
}