Emerald

#49D0A1

Green

Color Codes

All color formats for development

HEX
#49D0A1
RGB
rgb(73, 208, 161)
HSL
hsl(159, 59%, 55%)
OKLCH
oklch(0.772 0.136 166.1)
CMYK
cmyk(65%, 0%, 23%, 18%)

Accessibility

WCAG contrast compliance

On White Background

1.94:1

AA AAA

On Black Background

10.82: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#34C995
2#2EB284
3#289C74
4#238663
5#1D6F53
6#175942
7#114332
8#0C2D21
9#061611

Tints

Lighter variations

1#5BD5AA
2#6DD9B3
3#7FDEBD
4#92E3C6
5#A4E7D0
6#B6ECD9
7#C8F1E3
8#DBF6EC
9#EDFAF6

Tones

Muted variations

1#4FC99F
2#56C29C
3#5DBC9A
4#64B598
5#6AAE96
6#71A794
7#78A192
8#7F9A90
9#85938E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF9
BackgroundsSubtle highlightsCard backgrounds
100
E3F8
#E3F8F0
Light backgroundsTable row hoverSkeleton loading
200
CAF1
#CAF1E4
Secondary backgroundsInput backgroundsDividers
300
A2E7
#A2E7CF
BordersInactive statesPlaceholder text
400
71DA
#71DAB6
Disabled statesSecondary iconsMuted text
500
49D0
#49D0A1
Primary brand colorCTAsActive elementsLinks
600
2EB2
#2EB284
Hover statesFocus ringsPrimary buttons hover
700
258E
#258E69
Active/pressed statesDark mode accentsSecondary text
800
1A65
#1A654B
Text on light backgroundsHeadingsStrong borders
900
1141
#114130
Primary textHigh emphasis contentDark headings
950
0A29
#0A291E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF9;
  --emerald-100: #E3F8F0;
  --emerald-200: #CAF1E4;
  --emerald-300: #A2E7CF;
  --emerald-400: #71DAB6;
  --emerald-500: #49D0A1;
  --emerald-600: #2EB284;
  --emerald-700: #258E69;
  --emerald-800: #1A654B;
  --emerald-900: #114130;
  --emerald-950: #0A291E;
}
Generate More ShadesCreate PaletteConvert Color