Emerald

#71DA76

Green

Color Codes

All color formats for development

HEX
#71DA76
RGB
rgb(113, 218, 118)
HSL
hsl(123, 59%, 65%)
OKLCH
oklch(0.802 0.169 144.7)
CMYK
cmyk(48%, 0%, 46%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.75:1

AA AAA

On Black Background

11.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F8
200
#CAF1
300
#A2E7
400
#71DA
500
#49D0
600
#2EB2
700
#258E
800
#1A65
900
#1141
950
#0A29

Shades

Darker variations

1#57D45D
2#3CCD44
3#30B836
4#299E2F
5#228427
6#1B691F
7#144F17
8#0E3510
9#071A08

Tints

Lighter variations

1#7FDE84
2#8DE292
3#9CE59F
4#AAE9AD
5#B8EDBB
6#C6F0C8
7#D4F4D6
8#E3F8E4
9#F1FBF1

Tones

Muted variations

1#76D57B
2#7CD080
3#81CB85
4#86C589
5#8BC08E
6#91BB93
7#96B698
8#9BB09C
9#A0ABA1

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF3
BackgroundsSubtle highlightsCard backgrounds
100
E3F8
#E3F8E4
Light backgroundsTable row hoverSkeleton loading
200
CAF1
#CAF1CC
Secondary backgroundsInput backgroundsDividers
300
A2E7
#A2E7A5
BordersInactive statesPlaceholder text
400
71DA
#71DA76
Disabled statesSecondary iconsMuted text
500
49D0
#49D04F
Primary brand colorCTAsActive elementsLinks
600
2EB2
#2EB235
Hover statesFocus ringsPrimary buttons hover
700
258E
#258E2A
Active/pressed statesDark mode accentsSecondary text
800
1A65
#1A651E
Text on light backgroundsHeadingsStrong borders
900
1141
#114113
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: #E3F8E4;
  --emerald-200: #CAF1CC;
  --emerald-300: #A2E7A5;
  --emerald-400: #71DA76;
  --emerald-500: #49D04F;
  --emerald-600: #2EB235;
  --emerald-700: #258E2A;
  --emerald-800: #1A651E;
  --emerald-900: #114113;
  --emerald-950: #0A290C;
}
Generate More ShadesCreate PaletteConvert Color