Emerald

#70DB7D

Green

Color Codes

All color formats for development

HEX
#70DB7D
RGB
rgb(112, 219, 125)
HSL
hsl(127, 60%, 65%)
OKLCH
oklch(0.805 0.164 146.4)
CMYK
cmyk(49%, 0%, 43%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.73:1

AA AAA

On Black Background

12.12: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#56D564
2#3BCE4C
3#2EBA3F
4#289F36
5#21852D
6#1B6A24
7#14501B
8#0D3512
9#071B09

Tints

Lighter variations

1#7EDF8A
2#8DE297
3#9BE6A4
4#A9EAB1
5#B8EDBE
6#C6F1CB
7#D4F4D8
8#E2F8E5
9#F1FBF2

Tones

Muted variations

1#76D681
2#7BD185
3#80CB89
4#86C68D
5#8BC191
6#90BB95
7#96B699
8#9BB09E
9#A0ABA2

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF4
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8E5
Light backgroundsTable row hoverSkeleton loading
200
CAF2
#CAF2CF
Secondary backgroundsInput backgroundsDividers
300
A1E8
#A1E8A9
BordersInactive statesPlaceholder text
400
70DB
#70DB7D
Disabled statesSecondary iconsMuted text
500
47D1
#47D157
Primary brand colorCTAsActive elementsLinks
600
2DB4
#2DB43D
Hover statesFocus ringsPrimary buttons hover
700
248F
#248F30
Active/pressed statesDark mode accentsSecondary text
800
1A66
#1A6622
Text on light backgroundsHeadingsStrong borders
900
1041
#104116
Primary textHigh emphasis contentDark headings
950
0A29
#0A290E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF4;
  --emerald-100: #E2F8E5;
  --emerald-200: #CAF2CF;
  --emerald-300: #A1E8A9;
  --emerald-400: #70DB7D;
  --emerald-500: #47D157;
  --emerald-600: #2DB43D;
  --emerald-700: #248F30;
  --emerald-800: #1A6622;
  --emerald-900: #104116;
  --emerald-950: #0A290E;
}
Generate More ShadesCreate PaletteConvert Color