Emerald

#3ADF6E

Green

Color Codes

All color formats for development

HEX
#3ADF6E
RGB
rgb(58, 223, 110)
HSL
hsl(139, 72%, 55%)
OKLCH
oklch(0.796 0.204 149.1)
CMYK
cmyk(74%, 0%, 51%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.76:1

AA AAA

On Black Background

11.96: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#23D95D
2#1FC153
3#1BA948
4#18913E
5#147934
6#106029
7#0C481F
8#083015
9#04180A

Tints

Lighter variations

1#4DE27C
2#61E58B
3#75E999
4#89ECA8
5#9CEFB6
6#B0F2C5
7#C4F5D3
8#D8F9E2
9#EBFCF0

Tones

Muted variations

1#42D771
2#4ACE74
3#52C677
4#5BBE7A
5#63B67D
6#6BAD80
7#73A583
8#7C9D86
9#849589

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF5
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE8
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6D5
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFB5
BordersInactive statesPlaceholder text
400
65E6
#65E68E
Disabled statesSecondary iconsMuted text
500
3ADF
#3ADF6E
Primary brand colorCTAsActive elementsLinks
600
1FC1
#1FC153
Hover statesFocus ringsPrimary buttons hover
700
199A
#199A42
Active/pressed statesDark mode accentsSecondary text
800
126E
#126E2F
Text on light backgroundsHeadingsStrong borders
900
0B46
#0B461E
Primary textHigh emphasis contentDark headings
950
072C
#072C13
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF5;
  --emerald-100: #E0FAE8;
  --emerald-200: #C6F6D5;
  --emerald-300: #9AEFB5;
  --emerald-400: #65E68E;
  --emerald-500: #3ADF6E;
  --emerald-600: #1FC153;
  --emerald-700: #199A42;
  --emerald-800: #126E2F;
  --emerald-900: #0B461E;
  --emerald-950: #072C13;
}
Generate More ShadesCreate PaletteConvert Color