Emerald

#18C985

Green

Color Codes

All color formats for development

HEX
#18C985
RGB
rgb(24, 201, 133)
HSL
hsl(157, 79%, 44%)
OKLCH
oklch(0.739 0.164 159.6)
CMYK
cmyk(88%, 0%, 34%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.16:1

AA AAA

On Black Background

9.73: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#15B578
2#13A16A
3#108D5D
4#0E7950
5#0C6442
6#095035
7#073C28
8#05281B
9#02140D

Tints

Lighter variations

1#1BE296
2#33E7A2
3#4CEAAD
4#66EDB9
5#7FF0C5
6#99F3D0
7#B2F6DC
8#CCF9E8
9#E5FCF3

Tones

Muted variations

1#20C083
2#29B781
3#32AE7F
4#3BA57D
5#449D7B
6#4D9478
7#568B76
8#5E8274
9#677972

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF9
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF0
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8E4
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3CF
BordersInactive statesPlaceholder text
400
5FEC
#5FECB6
Disabled statesSecondary iconsMuted text
500
32E7
#32E7A1
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C985
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A06A
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D724C
Text on light backgroundsHeadingsStrong borders
900
0949
#094930
Primary textHigh emphasis contentDark headings
950
052E
#052E1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF9;
  --emerald-100: #DFFBF0;
  --emerald-200: #C4F8E4;
  --emerald-300: #96F3CF;
  --emerald-400: #5FECB6;
  --emerald-500: #32E7A1;
  --emerald-600: #18C985;
  --emerald-700: #13A06A;
  --emerald-800: #0D724C;
  --emerald-900: #094930;
  --emerald-950: #052E1E;
}
Generate More ShadesCreate PaletteConvert Color