Emerald
#60EB6C
GreenColor Codes
All color formats for development
HEX
#60EB6CRGB
rgb(96, 235, 108)HSL
hsl(125, 78%, 65%)OKLCH
oklch(0.836 0.208 144.9)CMYK
cmyk(59%, 0%, 54%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E850
2#25E435
3#1ACF29
4#16B123
5#12941D
6#0F7617
7#0B5911
8#073B0C
9#041E06
Tints
Lighter variations
1#70ED7A
2#80EF89
3#90F198
4#A0F3A7
5#B0F5B5
6#BFF7C4
7#CFF9D3
8#DFFBE2
9#EFFDF0
Tones
Muted variations
1#67E472
2#6EDD77
3#75D67D
4#7CD083
5#83C989
6#8AC28F
7#91BB94
8#98B49A
9#9FADA0
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F29E | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB6C | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E642 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C827 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F1F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7116 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490E | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D09 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF2;
--emerald-100: #DFFBE2;
--emerald-200: #C4F8C8;
--emerald-300: #97F29E;
--emerald-400: #60EB6C;
--emerald-500: #33E642;
--emerald-600: #19C827;
--emerald-700: #149F1F;
--emerald-800: #0E7116;
--emerald-900: #09490E;
--emerald-950: #062D09;
}