Emerald

#32E741

Green

Color Codes

All color formats for development

HEX
#32E741
RGB
rgb(50, 231, 65)
HSL
hsl(125, 79%, 55%)
OKLCH
oklch(0.811 0.248 143.7)
CMYK
cmyk(78%, 0%, 72%, 9%)

Accessibility

WCAG contrast compliance

On White Background

1.66:1

AA AAA

On Black Background

12.64: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#1BE22B
2#18C926
3#15B022
4#12971D
5#0F7E18
6#0C6413
7#094B0E
8#06320A
9#031905

Tints

Lighter variations

1#46E954
2#5BEC67
3#6FEE7A
4#84F18D
5#98F3A0
6#ADF5B3
7#C1F8C6
8#D6FAD9
9#EAFDEC

Tones

Muted variations

1#3BDE48
2#44D550
3#4DCC57
4#56C35F
5#5FBA66
6#68B16E
7#71A776
8#7A9E7D
9#839585

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF2
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBE1
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8C8
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F39E
BordersInactive statesPlaceholder text
400
5FEC
#5FEC6B
Disabled statesSecondary iconsMuted text
500
32E7
#32E741
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C926
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A01E
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7216
Text on light backgroundsHeadingsStrong borders
900
0949
#09490E
Primary textHigh emphasis contentDark headings
950
052E
#052E09
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF2;
  --emerald-100: #DFFBE1;
  --emerald-200: #C4F8C8;
  --emerald-300: #96F39E;
  --emerald-400: #5FEC6B;
  --emerald-500: #32E741;
  --emerald-600: #18C926;
  --emerald-700: #13A01E;
  --emerald-800: #0D7216;
  --emerald-900: #09490E;
  --emerald-950: #052E09;
}
Generate More ShadesCreate PaletteConvert Color