Emerald
#61EA61
GreenColor Codes
All color formats for development
HEX
#61EA61RGB
rgb(97, 234, 97)HSL
hsl(120, 77%, 65%)OKLCH
oklch(0.833 0.215 143.3)CMYK
cmyk(59%, 0%, 59%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44E744
2#26E326
3#1BCD1B
4#17B017
5#139313
6#0F750F
7#0B580B
8#083B08
9#041D04
Tints
Lighter variations
1#71ED71
2#81EF81
3#90F190
4#A0F3A0
5#B0F5B0
6#C0F7C0
7#D0F9D0
8#DFFBDF
9#EFFDEF
Tones
Muted variations
1#68E468
2#6FDD6F
3#76D676
4#7DCF7D
5#83C883
6#8AC18A
7#91BA91
8#98B398
9#9FAD9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF1 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBDF | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7C4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F297 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA61 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E534 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC71A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E15 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F710F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094809 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D06 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF1;
--emerald-100: #DFFBDF;
--emerald-200: #C4F7C4;
--emerald-300: #97F297;
--emerald-400: #61EA61;
--emerald-500: #34E534;
--emerald-600: #1AC71A;
--emerald-700: #159E15;
--emerald-800: #0F710F;
--emerald-900: #094809;
--emerald-950: #062D06;
}