Emerald

#61EA71

Green

Color Codes

All color formats for development

HEX
#61EA71
RGB
rgb(97, 234, 113)
HSL
hsl(127, 77%, 65%)
OKLCH
oklch(0.835 0.202 145.6)
CMYK
cmyk(59%, 0%, 52%, 8%)

Accessibility

WCAG contrast compliance

On White Background

1.55:1

AA AAA

On Black Background

13.52: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#44E757
2#26E33C
3#1BCD30
4#17B029
5#139322
6#0F751B
7#0B5814
8#083B0E
9#041D07

Tints

Lighter variations

1#71ED7F
2#81EF8D
3#90F19C
4#A0F3AA
5#B0F5B8
6#C0F7C6
7#D0F9D4
8#DFFBE3
9#EFFDF1

Tones

Muted variations

1#68E476
2#6FDD7C
3#76D681
4#7DCF86
5#83C88B
6#8AC191
7#91BA96
8#98B39B
9#9FADA0

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF3
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE3
Light backgroundsTable row hoverSkeleton loading
200
C4F7
#C4F7CA
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2A2
BordersInactive statesPlaceholder text
400
61EA
#61EA71
Disabled statesSecondary iconsMuted text
500
34E5
#34E549
Primary brand colorCTAsActive elementsLinks
600
1AC7
#1AC72E
Hover statesFocus ringsPrimary buttons hover
700
159E
#159E25
Active/pressed statesDark mode accentsSecondary text
800
0F71
#0F711A
Text on light backgroundsHeadingsStrong borders
900
0948
#094811
Primary textHigh emphasis contentDark headings
950
062D
#062D0A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF3;
  --emerald-100: #DFFBE3;
  --emerald-200: #C4F7CA;
  --emerald-300: #97F2A2;
  --emerald-400: #61EA71;
  --emerald-500: #34E549;
  --emerald-600: #1AC72E;
  --emerald-700: #159E25;
  --emerald-800: #0F711A;
  --emerald-900: #094811;
  --emerald-950: #062D0A;
}
Generate More ShadesCreate PaletteConvert Color