Emerald

#3DDB4D

Green

Color Codes

All color formats for development

HEX
#3DDB4D
RGB
rgb(61, 219, 77)
HSL
hsl(126, 69%, 55%)
OKLCH
oklch(0.783 0.225 144.4)
CMYK
cmyk(72%, 0%, 65%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.84:1

AA AAA

On Black Background

11.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F5
300
#9CED
400
#68E3
500
#3DDB
600
#23BE
700
#1C97
800
#146C
900
#0D45
950
#082B

Shades

Darker variations

1#27D539
2#23BE32
3#1EA62C
4#1A8E26
5#16771F
6#115F19
7#0D4713
8#092F0D
9#041806

Tints

Lighter variations

1#50DF5F
2#64E371
3#77E682
4#8BEA94
5#9EEDA6
6#B1F1B8
7#C5F4CA
8#D8F8DB
9#ECFBED

Tones

Muted variations

1#45D453
2#4DCC5A
3#55C460
4#5DBC66
5#65B46D
6#6DAC73
7#74A479
8#7C9C80
9#849486

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF3
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E3
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5CC
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDA4
BordersInactive statesPlaceholder text
400
68E3
#68E374
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB4D
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE32
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9728
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C1D
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4512
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: #F2FDF3;
  --emerald-100: #E1F9E3;
  --emerald-200: #C7F5CC;
  --emerald-300: #9CEDA4;
  --emerald-400: #68E374;
  --emerald-500: #3DDB4D;
  --emerald-600: #23BE32;
  --emerald-700: #1C9728;
  --emerald-800: #146C1D;
  --emerald-900: #0D4512;
  --emerald-950: #082B0B;
}
Generate More ShadesCreate PaletteConvert Color