Emerald

#4CCD5F

Green

Color Codes

All color formats for development

HEX
#4CCD5F
RGB
rgb(76, 205, 95)
HSL
hsl(129, 56%, 55%)
OKLCH
oklch(0.753 0.189 146)
CMYK
cmyk(63%, 0%, 54%, 20%)

Accessibility

WCAG contrast compliance

On White Background

2.06:1

AA AAA

On Black Background

10.21: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#38C54D
2#31AF44
3#2B993C
4#258333
5#1F6D2B
6#195822
7#13421A
8#0C2C11
9#061609

Tints

Lighter variations

1#5ED26F
2#70D77F
3#82DC8F
4#94E19F
5#A5E6AF
6#B7EBBF
7#C9F0CF
8#DBF5DF
9#EDFAEF

Tones

Muted variations

1#52C664
2#59C068
3#5FB96D
4#66B371
5#6CAC76
6#73A67A
7#79A07F
8#7F9983
9#869388

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF4
BackgroundsSubtle highlightsCard backgrounds
100
E3F7
#E3F7E6
Light backgroundsTable row hoverSkeleton loading
200
CBF0
#CBF0D1
Secondary backgroundsInput backgroundsDividers
300
A4E5
#A4E5AD
BordersInactive statesPlaceholder text
400
74D8
#74D883
Disabled statesSecondary iconsMuted text
500
4CCD
#4CCD5F
Primary brand colorCTAsActive elementsLinks
600
31AF
#31AF44
Hover statesFocus ringsPrimary buttons hover
700
278B
#278B36
Active/pressed statesDark mode accentsSecondary text
800
1C63
#1C6327
Text on light backgroundsHeadingsStrong borders
900
1240
#124019
Primary textHigh emphasis contentDark headings
950
0B28
#0B2810
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF4;
  --emerald-100: #E3F7E6;
  --emerald-200: #CBF0D1;
  --emerald-300: #A4E5AD;
  --emerald-400: #74D883;
  --emerald-500: #4CCD5F;
  --emerald-600: #31AF44;
  --emerald-700: #278B36;
  --emerald-800: #1C6327;
  --emerald-900: #124019;
  --emerald-950: #0B2810;
}
Generate More ShadesCreate PaletteConvert Color