Emerald

#3ADF3F

Green

Color Codes

All color formats for development

HEX
#3ADF3F
RGB
rgb(58, 223, 63)
HSL
hsl(122, 72%, 55%)
OKLCH
oklch(0.791 0.239 143.2)
CMYK
cmyk(74%, 0%, 72%, 13%)

Accessibility

WCAG contrast compliance

On White Background

1.78:1

AA AAA

On Black Background

11.81: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#23D929
2#1FC125
3#1BA920
4#18911C
5#147917
6#106012
7#0C480E
8#083009
9#041805

Tints

Lighter variations

1#4DE252
2#61E566
3#75E979
4#89EC8C
5#9CEF9F
6#B0F2B2
7#C4F5C5
8#D8F9D9
9#EBFCEC

Tones

Muted variations

1#42D747
2#4ACE4F
3#52C656
4#5BBE5E
5#63B666
6#6BAD6D
7#73A575
8#7C9D7D
9#849585

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF2
BackgroundsSubtle highlightsCard backgrounds
100
E0FA
#E0FAE1
Light backgroundsTable row hoverSkeleton loading
200
C6F6
#C6F6C8
Secondary backgroundsInput backgroundsDividers
300
9AEF
#9AEF9D
BordersInactive statesPlaceholder text
400
65E6
#65E66A
Disabled statesSecondary iconsMuted text
500
3ADF
#3ADF3F
Primary brand colorCTAsActive elementsLinks
600
1FC1
#1FC125
Hover statesFocus ringsPrimary buttons hover
700
199A
#199A1D
Active/pressed statesDark mode accentsSecondary text
800
126E
#126E15
Text on light backgroundsHeadingsStrong borders
900
0B46
#0B460D
Primary textHigh emphasis contentDark headings
950
072C
#072C08
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF2;
  --emerald-100: #E0FAE1;
  --emerald-200: #C6F6C8;
  --emerald-300: #9AEF9D;
  --emerald-400: #65E66A;
  --emerald-500: #3ADF3F;
  --emerald-600: #1FC125;
  --emerald-700: #199A1D;
  --emerald-800: #126E15;
  --emerald-900: #0B460D;
  --emerald-950: #072C08;
}
Generate More ShadesCreate PaletteConvert Color