Emerald

#61EA7F

Green

Color Codes

All color formats for development

HEX
#61EA7F
RGB
rgb(97, 234, 127)
HSL
hsl(133, 77%, 65%)
OKLCH
oklch(0.837 0.189 148.1)
CMYK
cmyk(59%, 0%, 46%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.55:1

AA AAA

On Black Background

13.58: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#44E767
2#26E34F
3#1BCD41
4#17B038
5#13932F
6#0F7525
7#0B581C
8#083B13
9#041D09

Tints

Lighter variations

1#71ED8C
2#81EF98
3#90F1A5
4#A0F3B2
5#B0F5BF
6#C0F7CC
7#D0F9D9
8#DFFBE5
9#EFFDF2

Tones

Muted variations

1#68E483
2#6FDD87
3#76D68A
4#7DCF8E
5#83C892
6#8AC196
7#91BA9A
8#98B39E
9#9FADA2

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF4
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE5
Light backgroundsTable row hoverSkeleton loading
200
C4F7
#C4F7CF
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2AB
BordersInactive statesPlaceholder text
400
61EA
#61EA7F
Disabled statesSecondary iconsMuted text
500
34E5
#34E55A
Primary brand colorCTAsActive elementsLinks
600
1AC7
#1AC73F
Hover statesFocus ringsPrimary buttons hover
700
159E
#159E32
Active/pressed statesDark mode accentsSecondary text
800
0F71
#0F7124
Text on light backgroundsHeadingsStrong borders
900
0948
#094817
Primary textHigh emphasis contentDark headings
950
062D
#062D0E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF4;
  --emerald-100: #DFFBE5;
  --emerald-200: #C4F7CF;
  --emerald-300: #97F2AB;
  --emerald-400: #61EA7F;
  --emerald-500: #34E55A;
  --emerald-600: #1AC73F;
  --emerald-700: #159E32;
  --emerald-800: #0F7124;
  --emerald-900: #094817;
  --emerald-950: #062D0E;
}
Generate More ShadesCreate PaletteConvert Color