Emerald
#60EB69
GreenColor Codes
All color formats for development
HEX
#60EB69RGB
rgb(96, 235, 105)HSL
hsl(124, 78%, 65%)OKLCH
oklch(0.836 0.21 144.5)CMYK
cmyk(59%, 0%, 55%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#43E84E
2#25E432
3#1ACF26
4#16B120
5#12941B
6#0F7615
7#0B5910
8#073B0B
9#041E05
Tints
Lighter variations
1#70ED78
2#80EF87
3#90F196
4#A0F3A5
5#B0F5B4
6#BFF7C3
7#CFF9D2
8#DFFBE1
9#EFFDF0
Tones
Muted variations
1#67E46F
2#6EDD75
3#75D67C
4#7CD082
5#83C988
6#8AC28E
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 #DFFBE1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F8 #C4F8C7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F29D | BordersInactive statesPlaceholder text |
| 400 | 60EB #60EB69 | Disabled statesSecondary iconsMuted text |
| 500 | 33E6 #33E63F | Primary brand colorCTAsActive elementsLinks |
| 600 | 19C8 #19C824 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 149F #149F1D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E71 #0E7115 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0949 #09490D | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D08 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF2;
--emerald-100: #DFFBE1;
--emerald-200: #C4F8C7;
--emerald-300: #97F29D;
--emerald-400: #60EB69;
--emerald-500: #33E63F;
--emerald-600: #19C824;
--emerald-700: #149F1D;
--emerald-800: #0E7115;
--emerald-900: #09490D;
--emerald-950: #062D08;
}