Emerald

#21C066

Green

Color Codes

All color formats for development

HEX
#21C066
RGB
rgb(33, 192, 102)
HSL
hsl(146, 71%, 44%)
OKLCH
oklch(0.711 0.179 151.9)
CMYK
cmyk(83%, 0%, 47%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.39:1

AA AAA

On Black Background

8.80: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#1DAD5B
2#1A9951
3#178647
4#14733D
5#106033
6#0D4D29
7#0A3A1E
8#072614
9#03130A

Tints

Lighter variations

1#25D873
2#3CDE82
3#54E292
4#6CE6A1
5#85EAB1
6#9DEEC0
7#B6F3D0
8#CEF7E0
9#E7FBEF

Tones

Muted variations

1#29B867
2#30B068
3#38A869
4#40A06A
5#48986B
6#50906C
7#58886D
8#60806E
9#68786F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF7
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAEB
Light backgroundsTable row hoverSkeleton loading
200
C6F5
#C6F5DB
Secondary backgroundsInput backgroundsDividers
300
9BEE
#9BEEBF
BordersInactive statesPlaceholder text
400
66E5
#66E59D
Disabled statesSecondary iconsMuted text
500
3BDE
#3BDE81
Primary brand colorCTAsActive elementsLinks
600
21C0
#21C066
Hover statesFocus ringsPrimary buttons hover
700
1A99
#1A9951
Active/pressed statesDark mode accentsSecondary text
800
126D
#126D3A
Text on light backgroundsHeadingsStrong borders
900
0C46
#0C4625
Primary textHigh emphasis contentDark headings
950
072C
#072C17
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF7;
  --emerald-100: #E0FAEB;
  --emerald-200: #C6F5DB;
  --emerald-300: #9BEEBF;
  --emerald-400: #66E59D;
  --emerald-500: #3BDE81;
  --emerald-600: #21C066;
  --emerald-700: #1A9951;
  --emerald-800: #126D3A;
  --emerald-900: #0C4625;
  --emerald-950: #072C17;
}
Generate More ShadesCreate PaletteConvert Color