Emerald

#61EA76

Green

Color Codes

All color formats for development

HEX
#61EA76
RGB
rgb(97, 234, 118)
HSL
hsl(129, 77%, 65%)
OKLCH
oklch(0.835 0.197 146.4)
CMYK
cmyk(59%, 0%, 50%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.55:1

AA AAA

On Black Background

13.54:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F7
300
#97F2
400
#61EA
500
#34E5
600
#1AC7
700
#159E
800
#0F71
900
#0948
950
#062D

Shades

Darker variations

1#44E75C
2#26E343
3#1BCD35
4#17B02E
5#139326
6#0F751F
7#0B5817
8#083B0F
9#041D08

Tints

Lighter variations

1#71ED83
2#81EF91
3#90F19F
4#A0F3AD
5#B0F5BA
6#C0F7C8
7#D0F9D6
8#DFFBE4
9#EFFDF1

Tones

Muted variations

1#68E47A
2#6FDD7F
3#76D684
4#7DCF89
5#83C88E
6#8AC193
7#91BA97
8#98B39C
9#9FADA1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF3
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE4
Light backgroundsTable row hoverSkeleton loading
200
C4F7
#C4F7CC
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2A5
BordersInactive statesPlaceholder text
400
61EA
#61EA76
Disabled statesSecondary iconsMuted text
500
34E5
#34E54E
Primary brand colorCTAsActive elementsLinks
600
1AC7
#1AC734
Hover statesFocus ringsPrimary buttons hover
700
159E
#159E29
Active/pressed statesDark mode accentsSecondary text
800
0F71
#0F711D
Text on light backgroundsHeadingsStrong borders
900
0948
#094813
Primary textHigh emphasis contentDark headings
950
062D
#062D0C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF3;
  --emerald-100: #DFFBE4;
  --emerald-200: #C4F7CC;
  --emerald-300: #97F2A5;
  --emerald-400: #61EA76;
  --emerald-500: #34E54E;
  --emerald-600: #1AC734;
  --emerald-700: #159E29;
  --emerald-800: #0F711D;
  --emerald-900: #094813;
  --emerald-950: #062D0C;
}
Generate More ShadesCreate PaletteConvert Color