Emerald

#49D05D

Green

Color Codes

All color formats for development

HEX
#49D05D
RGB
rgb(73, 208, 93)
HSL
hsl(129, 59%, 55%)
OKLCH
oklch(0.759 0.195 145.9)
CMYK
cmyk(65%, 0%, 55%, 18%)

Accessibility

WCAG contrast compliance

On White Background

2.01:1

AA AAA

On Black Background

10.46:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F8
200
#CAF1
300
#A2E7
400
#71DA
500
#49D0
600
#2EB2
700
#258E
800
#1A65
900
#1141
950
#0A29

Shades

Darker variations

1#34C94A
2#2EB242
3#289C3A
4#238631
5#1D6F29
6#175921
7#114319
8#0C2D10
9#061608

Tints

Lighter variations

1#5BD56D
2#6DD97D
3#7FDE8E
4#92E39E
5#A4E7AE
6#B6ECBE
7#C8F1CE
8#DBF6DF
9#EDFAEF

Tones

Muted variations

1#4FC962
2#56C266
3#5DBC6B
4#64B570
5#6AAE75
6#71A779
7#78A17E
8#7F9A83
9#859388

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF4
BackgroundsSubtle highlightsCard backgrounds
100
E3F8
#E3F8E6
Light backgroundsTable row hoverSkeleton loading
200
CAF1
#CAF1D0
Secondary backgroundsInput backgroundsDividers
300
A2E7
#A2E7AC
BordersInactive statesPlaceholder text
400
71DA
#71DA81
Disabled statesSecondary iconsMuted text
500
49D0
#49D05D
Primary brand colorCTAsActive elementsLinks
600
2EB2
#2EB242
Hover statesFocus ringsPrimary buttons hover
700
258E
#258E34
Active/pressed statesDark mode accentsSecondary text
800
1A65
#1A6525
Text on light backgroundsHeadingsStrong borders
900
1141
#114118
Primary textHigh emphasis contentDark headings
950
0A29
#0A290F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF4;
  --emerald-100: #E3F8E6;
  --emerald-200: #CAF1D0;
  --emerald-300: #A2E7AC;
  --emerald-400: #71DA81;
  --emerald-500: #49D05D;
  --emerald-600: #2EB242;
  --emerald-700: #258E34;
  --emerald-800: #1A6525;
  --emerald-900: #114118;
  --emerald-950: #0A290F;
}
Generate More ShadesCreate PaletteConvert Color