Emerald

#18C95C

Green

Color Codes

All color formats for development

HEX
#18C95C
RGB
rgb(24, 201, 92)
HSL
hsl(143, 79%, 44%)
OKLCH
oklch(0.732 0.2 149.3)
CMYK
cmyk(88%, 0%, 54%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.20:1

AA AAA

On Black Background

9.55: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#15B552
2#13A149
3#108D40
4#0E7937
5#0C642E
6#095025
7#073C1B
8#052812
9#021409

Tints

Lighter variations

1#1BE267
2#33E778
3#4CEA89
4#66ED9A
5#7FF0AA
6#99F3BB
7#B2F6CC
8#CCF9DD
9#E5FCEE

Tones

Muted variations

1#20C05E
2#29B760
3#32AE62
4#3BA564
5#449D66
6#4D9468
7#568B6A
8#5E826C
9#67796E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF6
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEA
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8D8
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3BA
BordersInactive statesPlaceholder text
400
5FEC
#5FEC95
Disabled statesSecondary iconsMuted text
500
32E7
#32E777
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C95C
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A049
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7234
Text on light backgroundsHeadingsStrong borders
900
0949
#094921
Primary textHigh emphasis contentDark headings
950
052E
#052E15
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF6;
  --emerald-100: #DFFBEA;
  --emerald-200: #C4F8D8;
  --emerald-300: #96F3BA;
  --emerald-400: #5FEC95;
  --emerald-500: #32E777;
  --emerald-600: #18C95C;
  --emerald-700: #13A049;
  --emerald-800: #0D7234;
  --emerald-900: #094921;
  --emerald-950: #052E15;
}
Generate More ShadesCreate PaletteConvert Color