Emerald

#32E74D

Green

Color Codes

All color formats for development

HEX
#32E74D
RGB
rgb(50, 231, 77)
HSL
hsl(129, 79%, 55%)
OKLCH
oklch(0.812 0.241 144.8)
CMYK
cmyk(78%, 0%, 67%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.66:1

AA AAA

On Black Background

12.67:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#96F3
400
#5FEC
500
#32E7
600
#18C9
700
#13A0
800
#0D72
900
#0949
950
#052E

Shades

Darker variations

1#1BE238
2#18C932
3#15B02C
4#129726
5#0F7E1F
6#0C6419
7#094B13
8#06320D
9#031906

Tints

Lighter variations

1#46E95F
2#5BEC70
3#6FEE82
4#84F194
5#98F3A6
6#ADF5B8
7#C1F8CA
8#D6FADB
9#EAFDED

Tones

Muted variations

1#3BDE53
2#44D559
3#4DCC60
4#56C366
5#5FBA6D
6#68B173
7#71A779
8#7A9E80
9#839586

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF3
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE3
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8CC
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3A4
BordersInactive statesPlaceholder text
400
5FEC
#5FEC74
Disabled statesSecondary iconsMuted text
500
32E7
#32E74D
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C932
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A028
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D721C
Text on light backgroundsHeadingsStrong borders
900
0949
#094912
Primary textHigh emphasis contentDark headings
950
052E
#052E0B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF3;
  --emerald-100: #DFFBE3;
  --emerald-200: #C4F8CC;
  --emerald-300: #96F3A4;
  --emerald-400: #5FEC74;
  --emerald-500: #32E74D;
  --emerald-600: #18C932;
  --emerald-700: #13A028;
  --emerald-800: #0D721C;
  --emerald-900: #094912;
  --emerald-950: #052E0B;
}
Generate More ShadesCreate PaletteConvert Color