Emerald

#18C98E

Green

Color Codes

All color formats for development

HEX
#18C98E
RGB
rgb(24, 201, 142)
HSL
hsl(160, 79%, 44%)
OKLCH
oklch(0.741 0.157 162.9)
CMYK
cmyk(88%, 0%, 29%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.15:1

AA AAA

On Black Background

9.78: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#15B580
2#13A171
3#108D63
4#0E7955
5#0C6447
6#095039
7#073C2B
8#05281C
9#02140E

Tints

Lighter variations

1#1BE2A0
2#33E7AB
3#4CEAB5
4#66EDC0
5#7FF0CA
6#99F3D5
7#B2F6DF
8#CCF9EA
9#E5FCF4

Tones

Muted variations

1#20C08B
2#29B788
3#32AE85
4#3BA582
5#449D7F
6#4D947C
7#568B79
8#5E8276
9#677973

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF9
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF2
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8E7
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3D4
BordersInactive statesPlaceholder text
400
5FEC
#5FECBD
Disabled statesSecondary iconsMuted text
500
32E7
#32E7AA
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C98E
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A071
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7251
Text on light backgroundsHeadingsStrong borders
900
0949
#094934
Primary textHigh emphasis contentDark headings
950
052E
#052E20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF9;
  --emerald-100: #DFFBF2;
  --emerald-200: #C4F8E7;
  --emerald-300: #96F3D4;
  --emerald-400: #5FECBD;
  --emerald-500: #32E7AA;
  --emerald-600: #18C98E;
  --emerald-700: #13A071;
  --emerald-800: #0D7251;
  --emerald-900: #094934;
  --emerald-950: #052E20;
}
Generate More ShadesCreate PaletteConvert Color