Emerald

#66E566

Green

Color Codes

All color formats for development

HEX
#66E566
RGB
rgb(102, 229, 102)
HSL
hsl(120, 71%, 65%)
OKLCH
oklch(0.822 0.203 143.5)
CMYK
cmyk(55%, 0%, 55%, 10%)

Accessibility

WCAG contrast compliance

On White Background

1.62:1

AA AAA

On Black Background

12.96: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#4AE04A
2#2EDC2E
3#22C622
4#1DAA1D
5#188E18
6#137113
7#0E550E
8#0A390A
9#051C05

Tints

Lighter variations

1#76E876
2#85EA85
3#94ED94
4#A3EFA3
5#B3F2B3
6#C2F5C2
7#D1F7D1
8#E0FAE0
9#F0FCF0

Tones

Muted variations

1#6DDF6D
2#73D873
3#79D279
4#80CC80
5#86C586
6#8CBF8C
7#93B993
8#99B299
9#9FAC9F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF2
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE0
Light backgroundsTable row hoverSkeleton loading
200
C6F5
#C6F5C6
Secondary backgroundsInput backgroundsDividers
300
9BEE
#9BEE9B
BordersInactive statesPlaceholder text
400
66E5
#66E566
Disabled statesSecondary iconsMuted text
500
3BDE
#3BDE3B
Primary brand colorCTAsActive elementsLinks
600
21C0
#21C021
Hover statesFocus ringsPrimary buttons hover
700
1A99
#1A991A
Active/pressed statesDark mode accentsSecondary text
800
126D
#126D12
Text on light backgroundsHeadingsStrong borders
900
0C46
#0C460C
Primary textHigh emphasis contentDark headings
950
072C
#072C07
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF2;
  --emerald-100: #E0FAE0;
  --emerald-200: #C6F5C6;
  --emerald-300: #9BEE9B;
  --emerald-400: #66E566;
  --emerald-500: #3BDE3B;
  --emerald-600: #21C021;
  --emerald-700: #1A991A;
  --emerald-800: #126D12;
  --emerald-900: #0C460C;
  --emerald-950: #072C07;
}
Generate More ShadesCreate PaletteConvert Color