Emerald

#3ADF7E

Green

Color Codes

All color formats for development

HEX
#3ADF7E
RGB
rgb(58, 223, 126)
HSL
hsl(145, 72%, 55%)
OKLCH
oklch(0.799 0.19 152.4)
CMYK
cmyk(74%, 0%, 43%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.74:1

AA AAA

On Black Background

12.04: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#23D96F
2#1FC163
3#1BA956
4#18914A
5#14793E
6#106031
7#0C4825
8#083019
9#04180C

Tints

Lighter variations

1#4DE28B
2#61E598
3#75E9A5
4#89ECB2
5#9CEFBF
6#B0F2CC
7#C4F5D8
8#D8F9E5
9#EBFCF2

Tones

Muted variations

1#42D780
2#4ACE81
3#52C683
4#5BBE84
5#63B685
6#6BAD87
7#73A588
8#7C9D89
9#84958B

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF6
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAEB
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6DA
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFBD
BordersInactive statesPlaceholder text
400
65E6
#65E69B
Disabled statesSecondary iconsMuted text
500
3ADF
#3ADF7E
Primary brand colorCTAsActive elementsLinks
600
1FC1
#1FC163
Hover statesFocus ringsPrimary buttons hover
700
199A
#199A4F
Active/pressed statesDark mode accentsSecondary text
800
126E
#126E38
Text on light backgroundsHeadingsStrong borders
900
0B46
#0B4624
Primary textHigh emphasis contentDark headings
950
072C
#072C16
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF6;
  --emerald-100: #E0FAEB;
  --emerald-200: #C6F6DA;
  --emerald-300: #9AEFBD;
  --emerald-400: #65E69B;
  --emerald-500: #3ADF7E;
  --emerald-600: #1FC163;
  --emerald-700: #199A4F;
  --emerald-800: #126E38;
  --emerald-900: #0B4624;
  --emerald-950: #072C16;
}
Generate More ShadesCreate PaletteConvert Color