Emerald
#60EB70
GreenColor Codes
All color formats for development
HEX
#60EB70RGB
rgb(96, 235, 112)HSL
hsl(127, 78%, 65%)OKLCH
oklch(0.837 0.204 145.5)CMYK
cmyk(59%, 0%, 52%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E856
2#25E43B
3#1ACF2F
4#16B128
5#129421
6#0F761B
7#0B5914
8#073B0D
9#041E07
Tints
Lighter variations
1#70ED7F
2#80EF8D
3#90F19B
4#A0F3A9
5#B0F5B8
6#BFF7C6
7#CFF9D4
8#DFFBE2
9#EFFDF1
Tones
Muted variations
1#67E476
2#6EDD7B
3#75D680
4#7CD086
5#83C98B
6#8AC290
7#91BB96
8#98B49B
9#9FADA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF3 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8CA | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2A1 | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB70 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E648 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C82D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F24 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E711A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #094910 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D0A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF3;
--emerald-100: #DFFBE2;
--emerald-200: #C4F8CA;
--emerald-300: #97F2A1;
--emerald-400: #60EB70;
--emerald-500: #33E648;
--emerald-600: #19C82D;
--emerald-700: #149F24;
--emerald-800: #0E711A;
--emerald-900: #094910;
--emerald-950: #062D0A;
}