Emerald

#16CA61

Green

Color Codes

All color formats for development

HEX
#16CA61
RGB
rgb(22, 202, 97)
HSL
hsl(145, 80%, 44%)
OKLCH
oklch(0.735 0.197 150.2)
CMYK
cmyk(89%, 0%, 52%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.18:1

AA AAA

On Black Background

9.65:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C3F8
300
#95F3
400
#5EED
500
#30E8
600
#16CA
700
#12A1
800
#0D73
900
#0849
950
#052E

Shades

Darker variations

1#14B658
2#12A24E
3#108D44
4#0D793A
5#0B6531
6#095127
7#073D1D
8#042813
9#02140A

Tints

Lighter variations

1#19E46E
2#31E87E
3#4BEB8E
4#65EE9E
5#7EF1AE
6#98F4BE
7#B2F6CE
8#CCF9DF
9#E5FCEF

Tones

Muted variations

1#1FC163
2#28B864
3#31AF66
4#3AA667
5#439D69
6#4C946A
7#558B6C
8#5E826D
9#67796F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF6
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEB
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8D9
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3BD
BordersInactive statesPlaceholder text
400
5EED
#5EED9A
Disabled statesSecondary iconsMuted text
500
30E8
#30E87D
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA61
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A14D
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7337
Text on light backgroundsHeadingsStrong borders
900
0849
#084923
Primary textHigh emphasis contentDark headings
950
052E
#052E16
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF6;
  --emerald-100: #DFFBEB;
  --emerald-200: #C3F8D9;
  --emerald-300: #95F3BD;
  --emerald-400: #5EED9A;
  --emerald-500: #30E87D;
  --emerald-600: #16CA61;
  --emerald-700: #12A14D;
  --emerald-800: #0D7337;
  --emerald-900: #084923;
  --emerald-950: #052E16;
}
Generate More ShadesCreate PaletteConvert Color