Emerald

#3ADF6B

Green

Color Codes

All color formats for development

HEX
#3ADF6B
RGB
rgb(58, 223, 107)
HSL
hsl(138, 72%, 55%)
OKLCH
oklch(0.796 0.207 148.6)
CMYK
cmyk(74%, 0%, 52%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.76:1

AA AAA

On Black Background

11.95: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#23D95A
2#1FC150
3#1BA946
4#18913C
5#147932
6#106028
7#0C481E
8#083014
9#04180A

Tints

Lighter variations

1#4DE27A
2#61E589
3#75E998
4#89ECA6
5#9CEFB5
6#B0F2C4
7#C4F5D3
8#D8F9E1
9#EBFCF0

Tones

Muted variations

1#42D76F
2#4ACE72
3#52C675
4#5BBE78
5#63B67C
6#6BAD7F
7#73A582
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
#C6F6D4
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEFB3
BordersInactive statesPlaceholder text
400
65E6
#65E68C
Disabled statesSecondary iconsMuted text
500
3ADF
#3ADF6B
Primary brand colorCTAsActive elementsLinks
600
1FC1
#1FC150
Hover statesFocus ringsPrimary buttons hover
700
199A
#199A40
Active/pressed statesDark mode accentsSecondary text
800
126E
#126E2D
Text on light backgroundsHeadingsStrong borders
900
0B46
#0B461D
Primary textHigh emphasis contentDark headings
950
072C
#072C12
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF5;
  --emerald-100: #E0FAE8;
  --emerald-200: #C6F6D4;
  --emerald-300: #9AEFB3;
  --emerald-400: #65E68C;
  --emerald-500: #3ADF6B;
  --emerald-600: #1FC150;
  --emerald-700: #199A40;
  --emerald-800: #126E2D;
  --emerald-900: #0B461D;
  --emerald-950: #072C12;
}
Generate More ShadesCreate PaletteConvert Color