Emerald
#61EA93
GreenColor Codes
All color formats for development
HEX
#61EA93RGB
rgb(97, 234, 147)HSL
hsl(142, 77%, 65%)OKLCH
oklch(0.84 0.171 152.8)CMYK
cmyk(59%, 0%, 37%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44E77F
2#26E36B
3#1BCD5C
4#17B04F
5#139342
6#0F7535
7#0B5828
8#083B1A
9#041D0D
Tints
Lighter variations
1#71ED9E
2#81EFA9
3#90F1B4
4#A0F3BE
5#B0F5C9
6#C0F7D4
7#D0F9DF
8#DFFBE9
9#EFFDF4
Tones
Muted variations
1#68E495
2#6FDD97
3#76D699
4#7DCF9B
5#83C89D
6#8AC19E
7#91BAA0
8#98B3A2
9#9FADA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2B8 | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA93 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E575 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC759 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E47 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7133 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094820 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D14 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBE9;
--emerald-200: #C4F7D7;
--emerald-300: #97F2B8;
--emerald-400: #61EA93;
--emerald-500: #34E575;
--emerald-600: #1AC759;
--emerald-700: #159E47;
--emerald-800: #0F7133;
--emerald-900: #094820;
--emerald-950: #062D14;
}