Emerald

#61EA7A

Green

Color Codes

All color formats for development

HEX
#61EA7A
RGB
rgb(97, 234, 122)
HSL
hsl(131, 77%, 65%)
OKLCH
oklch(0.836 0.194 147.2)
CMYK
cmyk(59%, 0%, 48%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.55:1

AA AAA

On Black Background

13.56: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#44E762
2#26E349
3#1BCD3B
4#17B033
5#13932A
6#0F7522
7#0B5819
8#083B11
9#041D08

Tints

Lighter variations

1#71ED88
2#81EF95
3#90F1A2
4#A0F3AF
5#B0F5BD
6#C0F7CA
7#D0F9D7
8#DFFBE4
9#EFFDF2

Tones

Muted variations

1#68E47F
2#6FDD83
3#76D687
4#7DCF8C
5#83C890
6#8AC194
7#91BA99
8#98B39D
9#9FADA1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF4
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE4
Light backgroundsTable row hoverSkeleton loading
200
C4F7
#C4F7CE
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2A8
BordersInactive statesPlaceholder text
400
61EA
#61EA7A
Disabled statesSecondary iconsMuted text
500
34E5
#34E554
Primary brand colorCTAsActive elementsLinks
600
1AC7
#1AC739
Hover statesFocus ringsPrimary buttons hover
700
159E
#159E2E
Active/pressed statesDark mode accentsSecondary text
800
0F71
#0F7121
Text on light backgroundsHeadingsStrong borders
900
0948
#094815
Primary textHigh emphasis contentDark headings
950
062D
#062D0D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF4;
  --emerald-100: #DFFBE4;
  --emerald-200: #C4F7CE;
  --emerald-300: #97F2A8;
  --emerald-400: #61EA7A;
  --emerald-500: #34E554;
  --emerald-600: #1AC739;
  --emerald-700: #159E2E;
  --emerald-800: #0F7121;
  --emerald-900: #094815;
  --emerald-950: #062D0D;
}
Generate More ShadesCreate PaletteConvert Color