Emerald

#18C97C

Green

Color Codes

All color formats for development

HEX
#18C97C
RGB
rgb(24, 201, 124)
HSL
hsl(154, 79%, 44%)
OKLCH
oklch(0.737 0.172 156.8)
CMYK
cmyk(88%, 0%, 38%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.17:1

AA AAA

On Black Background

9.68: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#15B570
2#13A163
3#108D57
4#0E794A
5#0C643E
6#095032
7#073C25
8#052819
9#02140C

Tints

Lighter variations

1#1BE28C
2#33E799
3#4CEAA6
4#66EDB2
5#7FF0BF
6#99F3CC
7#B2F6D9
8#CCF9E5
9#E5FCF2

Tones

Muted variations

1#20C07B
2#29B77A
3#32AE78
4#3BA577
5#449D76
6#4D9475
7#568B74
8#5E8273
9#677971

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF8
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEF
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8E1
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3CB
BordersInactive statesPlaceholder text
400
5FEC
#5FECAF
Disabled statesSecondary iconsMuted text
500
32E7
#32E798
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C97C
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A063
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7246
Text on light backgroundsHeadingsStrong borders
900
0949
#09492D
Primary textHigh emphasis contentDark headings
950
052E
#052E1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF8;
  --emerald-100: #DFFBEF;
  --emerald-200: #C4F8E1;
  --emerald-300: #96F3CB;
  --emerald-400: #5FECAF;
  --emerald-500: #32E798;
  --emerald-600: #18C97C;
  --emerald-700: #13A063;
  --emerald-800: #0D7246;
  --emerald-900: #09492D;
  --emerald-950: #052E1C;
}
Generate More ShadesCreate PaletteConvert Color