Emerald

#3DDB48

Green

Color Codes

All color formats for development

HEX
#3DDB48
RGB
rgb(61, 219, 72)
HSL
hsl(124, 69%, 55%)
OKLCH
oklch(0.782 0.228 143.9)
CMYK
cmyk(72%, 0%, 67%, 14%)

Accessibility

WCAG contrast compliance

On White Background

1.84:1

AA AAA

On Black Background

11.42: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#27D533
2#23BE2D
3#1EA627
4#1A8E22
5#16771C
6#115F17
7#0D4711
8#092F0B
9#041806

Tints

Lighter variations

1#50DF5A
2#64E36C
3#77E67F
4#8BEA91
5#9EEDA3
6#B1F1B6
7#C5F4C8
8#D8F8DA
9#ECFBED

Tones

Muted variations

1#45D44E
2#4DCC55
3#55C45C
4#5DBC63
5#65B46A
6#6DAC71
7#74A478
8#7C9C7F
9#849485

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF3
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9E2
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5CA
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDA1
BordersInactive statesPlaceholder text
400
68E3
#68E370
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDB48
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BE2D
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C9724
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C1A
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4510
Primary textHigh emphasis contentDark headings
950
082B
#082B0A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF3;
  --emerald-100: #E1F9E2;
  --emerald-200: #C7F5CA;
  --emerald-300: #9CEDA1;
  --emerald-400: #68E370;
  --emerald-500: #3DDB48;
  --emerald-600: #23BE2D;
  --emerald-700: #1C9724;
  --emerald-800: #146C1A;
  --emerald-900: #0D4510;
  --emerald-950: #082B0A;
}
Generate More ShadesCreate PaletteConvert Color