Emerald

#3ADF3A

Green

Color Codes

All color formats for development

HEX
#3ADF3A
RGB
rgb(58, 223, 58)
HSL
hsl(120, 72%, 55%)
OKLCH
oklch(0.791 0.241 142.9)
CMYK
cmyk(74%, 0%, 74%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.78:1

AA AAA

On Black Background

11.80: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#23D923
2#1FC11F
3#1BA91B
4#189118
5#147914
6#106010
7#0C480C
8#083008
9#041804

Tints

Lighter variations

1#4DE24D
2#61E561
3#75E975
4#89EC89
5#9CEF9C
6#B0F2B0
7#C4F5C4
8#D8F9D8
9#EBFCEB

Tones

Muted variations

1#42D742
2#4ACE4A
3#52C652
4#5BBE5B
5#63B663
6#6BAD6B
7#73A573
8#7C9D7C
9#849584

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
C6F6
#C6F6C6
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEF9A
BordersInactive statesPlaceholder text
400
65E6
#65E665
Disabled statesSecondary iconsMuted text
500
3ADF
#3ADF3A
Primary brand colorCTAsActive elementsLinks
600
1FC1
#1FC11F
Hover statesFocus ringsPrimary buttons hover
700
199A
#199A19
Active/pressed statesDark mode accentsSecondary text
800
126E
#126E12
Text on light backgroundsHeadingsStrong borders
900
0B46
#0B460B
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: #C6F6C6;
  --emerald-300: #9AEF9A;
  --emerald-400: #65E665;
  --emerald-500: #3ADF3A;
  --emerald-600: #1FC11F;
  --emerald-700: #199A19;
  --emerald-800: #126E12;
  --emerald-900: #0B460B;
  --emerald-950: #072C07;
}
Generate More ShadesCreate PaletteConvert Color