Emerald

#3DDB55

Green

Color Codes

All color formats for development

HEX
#3DDB55
RGB
rgb(61, 219, 85)
HSL
hsl(129, 69%, 55%)
OKLCH
oklch(0.784 0.219 145.3)
CMYK
cmyk(72%, 0%, 61%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.83:1

AA AAA

On Black Background

11.46: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#27D541
2#23BE3A
3#1EA633
4#1A8E2C
5#167724
6#115F1D
7#0D4716
8#092F0F
9#041807

Tints

Lighter variations

1#50DF66
2#64E377
3#77E688
4#8BEA99
5#9EEDAA
6#B1F1BB
7#C5F4CC
8#D8F8DD
9#ECFBEE

Tones

Muted variations

1#45D45A
2#4DCC60
3#55C465
4#5DBC6B
5#65B471
6#6DAC76
7#74A47C
8#7C9C81
9#849487

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF4
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E5
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5CE
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDA8
BordersInactive statesPlaceholder text
400
68E3
#68E37B
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB55
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE3A
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C972E
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C21
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4515
Primary textHigh emphasis contentDark headings
950
082B
#082B0D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF4;
  --emerald-100: #E1F9E5;
  --emerald-200: #C7F5CE;
  --emerald-300: #9CEDA8;
  --emerald-400: #68E37B;
  --emerald-500: #3DDB55;
  --emerald-600: #23BE3A;
  --emerald-700: #1C972E;
  --emerald-800: #146C21;
  --emerald-900: #0D4515;
  --emerald-950: #082B0D;
}
Generate More ShadesCreate PaletteConvert Color