Emerald
#61EA98
GreenColor Codes
All color formats for development
HEX
#61EA98RGB
rgb(97, 234, 152)HSL
hsl(144, 77%, 65%)OKLCH
oklch(0.841 0.167 154.2)CMYK
cmyk(59%, 0%, 35%, 8%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#44E785
2#26E372
3#1BCD62
4#17B054
5#139346
6#0F7538
7#0B582A
8#083B1C
9#041D0E
Tints
Lighter variations
1#71EDA2
2#81EFAD
3#90F1B7
4#A0F3C1
5#B0F5CC
6#C0F7D6
7#D0F9E0
8#DFFBEA
9#EFFDF5
Tones
Muted variations
1#68E499
2#6FDD9B
3#76D69C
4#7DCF9E
5#83C89F
6#8AC1A0
7#91BAA2
8#98B3A3
9#9FADA4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDF6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F7 #C4F7D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97F2 #97F2BB | BordersInactive statesPlaceholder text |
| 400 | 61EA #61EA98 | Disabled statesSecondary iconsMuted text |
| 500 | 34E5 #34E57B | Primary brand colorCTAsActive elementsLinks |
| 600 | 1AC7 #1AC75F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159E #159E4C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F71 #0F7136 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0948 #094823 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D16 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--emerald-50: #F1FDF6;
--emerald-100: #DFFBEA;
--emerald-200: #C4F7D9;
--emerald-300: #97F2BB;
--emerald-400: #61EA98;
--emerald-500: #34E57B;
--emerald-600: #1AC75F;
--emerald-700: #159E4C;
--emerald-800: #0F7136;
--emerald-900: #094823;
--emerald-950: #062D16;
}