Emerald

#71DA7C

Green

Color Codes

All color formats for development

HEX
#71DA7C
RGB
rgb(113, 218, 124)
HSL
hsl(126, 59%, 65%)
OKLCH
oklch(0.803 0.163 146)
CMYK
cmyk(48%, 0%, 43%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.75:1

AA AAA

On Black Background

12.02: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#57D463
2#3CCD4B
3#30B83D
4#299E35
5#22842C
6#1B6923
7#144F1A
8#0E3512
9#071A09

Tints

Lighter variations

1#7FDE89
2#8DE296
3#9CE5A3
4#AAE9B0
5#B8EDBD
6#C6F0CA
7#D4F4D8
8#E3F8E5
9#F1FBF2

Tones

Muted variations

1#76D580
2#7CD084
3#81CB88
4#86C58C
5#8BC091
6#91BB95
7#96B699
8#9BB09D
9#A0ABA2

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF4
BackgroundsSubtle highlightsCard backgrounds
100
E3F8
#E3F8E5
Light backgroundsTable row hoverSkeleton loading
200
CAF1
#CAF1CE
Secondary backgroundsInput backgroundsDividers
300
A2E7
#A2E7A9
BordersInactive statesPlaceholder text
400
71DA
#71DA7C
Disabled statesSecondary iconsMuted text
500
49D0
#49D056
Primary brand colorCTAsActive elementsLinks
600
2EB2
#2EB23B
Hover statesFocus ringsPrimary buttons hover
700
258E
#258E2F
Active/pressed statesDark mode accentsSecondary text
800
1A65
#1A6522
Text on light backgroundsHeadingsStrong borders
900
1141
#114116
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: #E3F8E5;
  --emerald-200: #CAF1CE;
  --emerald-300: #A2E7A9;
  --emerald-400: #71DA7C;
  --emerald-500: #49D056;
  --emerald-600: #2EB23B;
  --emerald-700: #258E2F;
  --emerald-800: #1A6522;
  --emerald-900: #114116;
  --emerald-950: #0A290D;
}
Generate More ShadesCreate PaletteConvert Color