Emerald

#21C073

Green

Color Codes

All color formats for development

HEX
#21C073
RGB
rgb(33, 192, 115)
HSL
hsl(151, 71%, 44%)
OKLCH
oklch(0.713 0.167 155.3)
CMYK
cmyk(83%, 0%, 40%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.37:1

AA AAA

On Black Background

8.85:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FA
200
#C6F5
300
#9BEE
400
#66E5
500
#3BDE
600
#21C0
700
#1A99
800
#126D
900
#0C46
950
#072C

Shades

Darker variations

1#1DAD67
2#1A995C
3#178650
4#147345
5#106039
6#0D4D2E
7#0A3A22
8#072617
9#03130B

Tints

Lighter variations

1#25D881
2#3CDE8F
3#54E29D
4#6CE6AB
5#85EAB9
6#9DEEC7
7#B6F3D5
8#CEF7E3
9#E7FBF1

Tones

Muted variations

1#29B873
2#30B072
3#38A872
4#40A072
5#489872
6#509071
7#588871
8#608071
9#687870

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF8
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAEE
Light backgroundsTable row hoverSkeleton loading
200
C6F5
#C6F5DF
Secondary backgroundsInput backgroundsDividers
300
9BEE
#9BEEC6
BordersInactive statesPlaceholder text
400
66E5
#66E5A8
Disabled statesSecondary iconsMuted text
500
3BDE
#3BDE8F
Primary brand colorCTAsActive elementsLinks
600
21C0
#21C073
Hover statesFocus ringsPrimary buttons hover
700
1A99
#1A995B
Active/pressed statesDark mode accentsSecondary text
800
126D
#126D41
Text on light backgroundsHeadingsStrong borders
900
0C46
#0C462A
Primary textHigh emphasis contentDark headings
950
072C
#072C1A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF8;
  --emerald-100: #E0FAEE;
  --emerald-200: #C6F5DF;
  --emerald-300: #9BEEC6;
  --emerald-400: #66E5A8;
  --emerald-500: #3BDE8F;
  --emerald-600: #21C073;
  --emerald-700: #1A995B;
  --emerald-800: #126D41;
  --emerald-900: #0C462A;
  --emerald-950: #072C1A;
}
Generate More ShadesCreate PaletteConvert Color