Emerald

#3FD94C

Green

Color Codes

All color formats for development

HEX
#3FD94C
RGB
rgb(63, 217, 76)
HSL
hsl(125, 67%, 55%)
OKLCH
oklch(0.778 0.222 144.2)
CMYK
cmyk(71%, 0%, 65%, 15%)

Accessibility

WCAG contrast compliance

On White Background

1.87:1

AA AAA

On Black Background

11.24:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F9
200
#C8F4
300
#9DEC
400
#6AE2
500
#3FD9
600
#25BB
700
#1D95
800
#156A
900
#0D44
950
#082B

Shades

Darker variations

1#2AD338
2#25BB32
3#20A42B
4#1C8D25
5#17751F
6#135E19
7#0E4613
8#092F0C
9#051706

Tints

Lighter variations

1#53DD5E
2#66E170
3#79E482
4#8CE894
5#9FECA6
6#B2F0B7
7#C6F4C9
8#D9F7DB
9#ECFBED

Tones

Muted variations

1#47D153
2#4FCA59
3#56C25F
4#5EBA66
5#66B36C
6#6DAB73
7#75A379
8#7D9C7F
9#859486

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCF3
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E3
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4CB
Secondary backgroundsInput backgroundsDividers
300
9DEC
#9DECA4
BordersInactive statesPlaceholder text
400
6AE2
#6AE274
Disabled statesSecondary iconsMuted text
500
3FD9
#3FD94C
Primary brand colorCTAsActive elementsLinks
600
25BB
#25BB32
Hover statesFocus ringsPrimary buttons hover
700
1D95
#1D9527
Active/pressed statesDark mode accentsSecondary text
800
156A
#156A1C
Text on light backgroundsHeadingsStrong borders
900
0D44
#0D4412
Primary textHigh emphasis contentDark headings
950
082B
#082B0B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FCF3;
  --emerald-100: #E1F9E3;
  --emerald-200: #C8F4CB;
  --emerald-300: #9DECA4;
  --emerald-400: #6AE274;
  --emerald-500: #3FD94C;
  --emerald-600: #25BB32;
  --emerald-700: #1D9527;
  --emerald-800: #156A1C;
  --emerald-900: #0D4412;
  --emerald-950: #082B0B;
}
Generate More ShadesCreate PaletteConvert Color