Emerald

#4CCD70

Green

Color Codes

All color formats for development

HEX
#4CCD70
RGB
rgb(76, 205, 112)
HSL
hsl(137, 56%, 55%)
OKLCH
oklch(0.755 0.174 149.4)
CMYK
cmyk(63%, 0%, 45%, 20%)

Accessibility

WCAG contrast compliance

On White Background

2.04:1

AA AAA

On Black Background

10.27:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E3F7
200
#CBF0
300
#A4E5
400
#74D8
500
#4CCD
600
#31AF
700
#278B
800
#1C63
900
#1240
950
#0B28

Shades

Darker variations

1#38C560
2#31AF55
3#2B994A
4#258340
5#1F6D35
6#19582A
7#134220
8#0C2C15
9#06160B

Tints

Lighter variations

1#5ED27F
2#70D78D
3#82DC9B
4#94E1A9
5#A5E6B8
6#B7EBC6
7#C9F0D4
8#DBF5E2
9#EDFAF1

Tones

Muted variations

1#52C673
2#59C076
3#5FB979
4#66B37C
5#6CAC7E
6#73A681
7#79A084
8#7F9987
9#869389

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF5
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7E9
Light backgroundsTable row hoverSkeleton loading
200
CBF0
#CBF0D6
Secondary backgroundsInput backgroundsDividers
300
A4E5
#A4E5B6
BordersInactive statesPlaceholder text
400
74D8
#74D890
Disabled statesSecondary iconsMuted text
500
4CCD
#4CCD70
Primary brand colorCTAsActive elementsLinks
600
31AF
#31AF55
Hover statesFocus ringsPrimary buttons hover
700
278B
#278B44
Active/pressed statesDark mode accentsSecondary text
800
1C63
#1C6330
Text on light backgroundsHeadingsStrong borders
900
1240
#12401F
Primary textHigh emphasis contentDark headings
950
0B28
#0B2813
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF5;
  --emerald-100: #E3F7E9;
  --emerald-200: #CBF0D6;
  --emerald-300: #A4E5B6;
  --emerald-400: #74D890;
  --emerald-500: #4CCD70;
  --emerald-600: #31AF55;
  --emerald-700: #278B44;
  --emerald-800: #1C6330;
  --emerald-900: #12401F;
  --emerald-950: #0B2813;
}
Generate More ShadesCreate PaletteConvert Color