Emerald

#49D04B

Green

Color Codes

All color formats for development

HEX
#49D04B
RGB
rgb(73, 208, 75)
HSL
hsl(121, 59%, 55%)
OKLCH
oklch(0.757 0.209 143.4)
CMYK
cmyk(65%, 0%, 64%, 18%)

Accessibility

WCAG contrast compliance

On White Background

2.02:1

AA AAA

On Black Background

10.41: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#34C936
2#2EB230
3#289C2A
4#238624
5#1D6F1E
6#175918
7#114312
8#0C2D0C
9#061606

Tints

Lighter variations

1#5BD55D
2#6DD96F
3#7FDE81
4#92E393
5#A4E7A5
6#B6ECB7
7#C8F1C9
8#DBF6DB
9#EDFAED

Tones

Muted variations

1#4FC951
2#56C258
3#5DBC5E
4#64B565
5#6AAE6C
6#71A772
7#78A179
8#7F9A7F
9#859386

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF3
BackgroundsSubtle highlightsCard backgrounds
100
E3F8
#E3F8E3
Light backgroundsTable row hoverSkeleton loading
200
CAF1
#CAF1CB
Secondary backgroundsInput backgroundsDividers
300
A2E7
#A2E7A3
BordersInactive statesPlaceholder text
400
71DA
#71DA73
Disabled statesSecondary iconsMuted text
500
49D0
#49D04B
Primary brand colorCTAsActive elementsLinks
600
2EB2
#2EB230
Hover statesFocus ringsPrimary buttons hover
700
258E
#258E26
Active/pressed statesDark mode accentsSecondary text
800
1A65
#1A651B
Text on light backgroundsHeadingsStrong borders
900
1141
#114112
Primary textHigh emphasis contentDark headings
950
0A29
#0A290B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF3;
  --emerald-100: #E3F8E3;
  --emerald-200: #CAF1CB;
  --emerald-300: #A2E7A3;
  --emerald-400: #71DA73;
  --emerald-500: #49D04B;
  --emerald-600: #2EB230;
  --emerald-700: #258E26;
  --emerald-800: #1A651B;
  --emerald-900: #114112;
  --emerald-950: #0A290B;
}
Generate More ShadesCreate PaletteConvert Color