Emerald

#47D151

Green

Color Codes

All color formats for development

HEX
#47D151
RGB
rgb(71, 209, 81)
HSL
hsl(124, 60%, 55%)
OKLCH
oklch(0.76 0.207 144.3)
CMYK
cmyk(66%, 0%, 61%, 18%)

Accessibility

WCAG contrast compliance

On White Background

2.00:1

AA AAA

On Black Background

10.51: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#32CA3D
2#2DB436
3#279D2F
4#228728
5#1C7022
6#165A1B
7#114314
8#0B2D0D
9#061607

Tints

Lighter variations

1#5AD662
2#6CDA73
3#7EDF85
4#91E396
5#A3E8A8
6#B6EDB9
7#C8F1CB
8#DAF6DC
9#EDFAEE

Tones

Muted variations

1#4ECA57
2#55C35D
3#5CBC62
4#63B668
5#6AAF6E
6#71A874
7#78A17A
8#7E9A80
9#859386

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF3;
  --emerald-100: #E2F8E4;
  --emerald-200: #CAF2CD;
  --emerald-300: #A1E8A6;
  --emerald-400: #70DB77;
  --emerald-500: #47D151;
  --emerald-600: #2DB436;
  --emerald-700: #248F2B;
  --emerald-800: #1A661F;
  --emerald-900: #104114;
  --emerald-950: #0A290C;
}
Generate More ShadesCreate PaletteConvert Color