Emerald

#3BDE56

Green

Color Codes

All color formats for development

HEX
#3BDE56
RGB
rgb(59, 222, 86)
HSL
hsl(130, 71%, 55%)
OKLCH
oklch(0.791 0.222 145.5)
CMYK
cmyk(73%, 0%, 61%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.78:1

AA AAA

On Black Background

11.77: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#25D842
2#21C03B
3#1CA834
4#18902C
5#147825
6#10601E
7#0C4816
8#08300F
9#041807

Tints

Lighter variations

1#4EE167
2#62E478
3#76E889
4#89EB9A
5#9DEEAA
6#B1F2BB
7#C4F5CC
8#D8F8DD
9#EBFCEE

Tones

Muted variations

1#43D65B
2#4BCD61
3#53C566
4#5BBD6C
5#64B571
6#6CAD77
7#74A57C
8#7C9D81
9#849487

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF4
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE5
Light backgroundsTable row hoverSkeleton loading
200
C6F5
#C6F5CE
Secondary backgroundsInput backgroundsDividers
300
9BEE
#9BEEA9
BordersInactive statesPlaceholder text
400
66E5
#66E57C
Disabled statesSecondary iconsMuted text
500
3BDE
#3BDE56
Primary brand colorCTAsActive elementsLinks
600
21C0
#21C03B
Hover statesFocus ringsPrimary buttons hover
700
1A99
#1A992F
Active/pressed statesDark mode accentsSecondary text
800
126D
#126D22
Text on light backgroundsHeadingsStrong borders
900
0C46
#0C4615
Primary textHigh emphasis contentDark headings
950
072C
#072C0D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF4;
  --emerald-100: #E0FAE5;
  --emerald-200: #C6F5CE;
  --emerald-300: #9BEEA9;
  --emerald-400: #66E57C;
  --emerald-500: #3BDE56;
  --emerald-600: #21C03B;
  --emerald-700: #1A992F;
  --emerald-800: #126D22;
  --emerald-900: #0C4615;
  --emerald-950: #072C0D;
}
Generate More ShadesCreate PaletteConvert Color