Emerald

#70DB79

Green

Color Codes

All color formats for development

HEX
#70DB79
RGB
rgb(112, 219, 121)
HSL
hsl(125, 60%, 65%)
OKLCH
oklch(0.804 0.168 145.5)
CMYK
cmyk(49%, 0%, 45%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.74:1

AA AAA

On Black Background

12.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#CAF2
300
#A1E8
400
#70DB
500
#47D1
600
#2DB4
700
#248F
800
#1A66
900
#1041
950
#0A29

Shades

Darker variations

1#56D560
2#3BCE47
3#2EBA3A
4#289F32
5#218529
6#1B6A21
7#145019
8#0D3511
9#071B08

Tints

Lighter variations

1#7EDF87
2#8DE294
3#9BE6A1
4#A9EAAF
5#B8EDBC
6#C6F1C9
7#D4F4D7
8#E2F8E4
9#F1FBF2

Tones

Muted variations

1#76D67E
2#7BD182
3#80CB87
4#86C68B
5#8BC18F
6#90BB94
7#96B698
8#9BB09D
9#A0ABA1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF4
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8E4
Light backgroundsTable row hoverSkeleton loading
200
CAF2
#CAF2CD
Secondary backgroundsInput backgroundsDividers
300
A1E8
#A1E8A7
BordersInactive statesPlaceholder text
400
70DB
#70DB79
Disabled statesSecondary iconsMuted text
500
47D1
#47D153
Primary brand colorCTAsActive elementsLinks
600
2DB4
#2DB438
Hover statesFocus ringsPrimary buttons hover
700
248F
#248F2D
Active/pressed statesDark mode accentsSecondary text
800
1A66
#1A6620
Text on light backgroundsHeadingsStrong borders
900
1041
#104114
Primary textHigh emphasis contentDark headings
950
0A29
#0A290D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF4;
  --emerald-100: #E2F8E4;
  --emerald-200: #CAF2CD;
  --emerald-300: #A1E8A7;
  --emerald-400: #70DB79;
  --emerald-500: #47D153;
  --emerald-600: #2DB438;
  --emerald-700: #248F2D;
  --emerald-800: #1A6620;
  --emerald-900: #104114;
  --emerald-950: #0A290D;
}
Generate More ShadesCreate PaletteConvert Color