Emerald

#70DB8F

Green

Color Codes

All color formats for development

HEX
#70DB8F
RGB
rgb(112, 219, 143)
HSL
hsl(137, 60%, 65%)
OKLCH
oklch(0.808 0.147 151.3)
CMYK
cmyk(49%, 0%, 35%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.72:1

AA AAA

On Black Background

12.22: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#56D57A
2#3BCE65
3#2EBA56
4#289F4A
5#21853D
6#1B6A31
7#145025
8#0D3519
9#071B0C

Tints

Lighter variations

1#7EDF9A
2#8DE2A5
3#9BE6B0
4#A9EABC
5#B8EDC7
6#C6F1D2
7#D4F4DD
8#E2F8E9
9#F1FBF4

Tones

Muted variations

1#76D691
2#7BD193
3#80CB96
4#86C698
5#8BC19A
6#90BB9C
7#96B69F
8#9BB0A1
9#A0ABA3

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF5
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8E9
Light backgroundsTable row hoverSkeleton loading
200
CAF2
#CAF2D5
Secondary backgroundsInput backgroundsDividers
300
A1E8
#A1E8B5
BordersInactive statesPlaceholder text
400
70DB
#70DB8F
Disabled statesSecondary iconsMuted text
500
47D1
#47D16E
Primary brand colorCTAsActive elementsLinks
600
2DB4
#2DB453
Hover statesFocus ringsPrimary buttons hover
700
248F
#248F42
Active/pressed statesDark mode accentsSecondary text
800
1A66
#1A662F
Text on light backgroundsHeadingsStrong borders
900
1041
#10411E
Primary textHigh emphasis contentDark headings
950
0A29
#0A2913
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF5;
  --emerald-100: #E2F8E9;
  --emerald-200: #CAF2D5;
  --emerald-300: #A1E8B5;
  --emerald-400: #70DB8F;
  --emerald-500: #47D16E;
  --emerald-600: #2DB453;
  --emerald-700: #248F42;
  --emerald-800: #1A662F;
  --emerald-900: #10411E;
  --emerald-950: #0A2913;
}
Generate More ShadesCreate PaletteConvert Color