Emerald

#3ADF60

Green

Color Codes

All color formats for development

HEX
#3ADF60
RGB
rgb(58, 223, 96)
HSL
hsl(134, 72%, 55%)
OKLCH
oklch(0.795 0.216 146.8)
CMYK
cmyk(74%, 0%, 57%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.76:1

AA AAA

On Black Background

11.90:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FA
200
#C6F6
300
#9AEF
400
#65E6
500
#3ADF
600
#1FC1
700
#199A
800
#126E
900
#0B46
950
#072C

Shades

Darker variations

1#23D94E
2#1FC145
3#1BA93C
4#189134
5#14792B
6#106023
7#0C481A
8#083011
9#041809

Tints

Lighter variations

1#4DE270
2#61E580
3#75E990
4#89ECA0
5#9CEFB0
6#B0F2BF
7#C4F5CF
8#D8F9DF
9#EBFCEF

Tones

Muted variations

1#42D765
2#4ACE69
3#52C66D
4#5BBE72
5#63B676
6#6BAD7B
7#73A57F
8#7C9D83
9#849588

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF4
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE6
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6D1
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFAE
BordersInactive statesPlaceholder text
400
65E6
#65E683
Disabled statesSecondary iconsMuted text
500
3ADF
#3ADF60
Primary brand colorCTAsActive elementsLinks
600
1FC1
#1FC145
Hover statesFocus ringsPrimary buttons hover
700
199A
#199A37
Active/pressed statesDark mode accentsSecondary text
800
126E
#126E27
Text on light backgroundsHeadingsStrong borders
900
0B46
#0B4619
Primary textHigh emphasis contentDark headings
950
072C
#072C10
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF4;
  --emerald-100: #E0FAE6;
  --emerald-200: #C6F6D1;
  --emerald-300: #9AEFAE;
  --emerald-400: #65E683;
  --emerald-500: #3ADF60;
  --emerald-600: #1FC145;
  --emerald-700: #199A37;
  --emerald-800: #126E27;
  --emerald-900: #0B4619;
  --emerald-950: #072C10;
}
Generate More ShadesCreate PaletteConvert Color