Emerald

#3ADF52

Green

Color Codes

All color formats for development

HEX
#3ADF52
RGB
rgb(58, 223, 82)
HSL
hsl(129, 72%, 55%)
OKLCH
oklch(0.793 0.226 145.1)
CMYK
cmyk(74%, 0%, 63%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.77:1

AA AAA

On Black Background

11.86: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#23D93F
2#1FC138
3#1BA931
4#18912A
5#147923
6#10601C
7#0C4815
8#08300E
9#041807

Tints

Lighter variations

1#4DE264
2#61E575
3#75E986
4#89EC97
5#9CEFA9
6#B0F2BA
7#C4F5CB
8#D8F9DC
9#EBFCEE

Tones

Muted variations

1#42D758
2#4ACE5E
3#52C664
4#5BBE6A
5#63B66F
6#6BAD75
7#73A57B
8#7C9D81
9#849586

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF3
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE4
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6CD
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFA7
BordersInactive statesPlaceholder text
400
65E6
#65E679
Disabled statesSecondary iconsMuted text
500
3ADF
#3ADF52
Primary brand colorCTAsActive elementsLinks
600
1FC1
#1FC138
Hover statesFocus ringsPrimary buttons hover
700
199A
#199A2C
Active/pressed statesDark mode accentsSecondary text
800
126E
#126E20
Text on light backgroundsHeadingsStrong borders
900
0B46
#0B4614
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: #F2FDF3;
  --emerald-100: #E0FAE4;
  --emerald-200: #C6F6CD;
  --emerald-300: #9AEFA7;
  --emerald-400: #65E679;
  --emerald-500: #3ADF52;
  --emerald-600: #1FC138;
  --emerald-700: #199A2C;
  --emerald-800: #126E20;
  --emerald-900: #0B4614;
  --emerald-950: #072C0D;
}
Generate More ShadesCreate PaletteConvert Color