Emerald
#61EA66
GreenColor Codes
All color formats for development
HEX
#61EA66RGB
rgb(97, 234, 102)HSL
hsl(122, 77%, 65%)OKLCH
oklch(0.833 0.211 144)CMYK
cmyk(59%, 0%, 56%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44E749
2#26E32D
3#1BCD21
4#17B01C
5#139317
6#0F7513
7#0B580E
8#083B09
9#041D05
Tints
Lighter variations
1#71ED75
2#81EF84
3#90F194
4#A0F3A3
5#B0F5B2
6#C0F7C2
7#D0F9D1
8#DFFBE0
9#EFFDF0
Tones
Muted variations
1#68E46C
2#6FDD72
3#76D679
4#7DCF7F
5#83C886
6#8AC18C
7#91BA93
8#98B399
9#9FAD9F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7C6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F29A | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA66 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E53A | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC720 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E19 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7112 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #09480B | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D07 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF2;
--emerald-100: #DFFBE0;
--emerald-200: #C4F7C6;
--emerald-300: #97F29A;
--emerald-400: #61EA66;
--emerald-500: #34E53A;
--emerald-600: #1AC720;
--emerald-700: #159E19;
--emerald-800: #0F7112;
--emerald-900: #09480B;
--emerald-950: #062D07;
}