Emerald

#16CA82

Green

Color Codes

All color formats for development

HEX
#16CA82
RGB
rgb(22, 202, 130)
HSL
hsl(156, 80%, 44%)
OKLCH
oklch(0.741 0.168 158.5)
CMYK
cmyk(89%, 0%, 36%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.14:1

AA AAA

On Black Background

9.80: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#14B675
2#12A268
3#108D5B
4#0D794E
5#0B6541
6#095134
7#073D27
8#04281A
9#02140D

Tints

Lighter variations

1#19E493
2#31E89F
3#4BEBAB
4#65EEB7
5#7EF1C3
6#98F4CF
7#B2F6DB
8#CCF9E7
9#E5FCF3

Tones

Muted variations

1#1FC180
2#28B87F
3#31AF7D
4#3AA67B
5#439D79
6#4C9477
7#558B76
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
C3F8
#C3F8E3
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3CE
BordersInactive statesPlaceholder text
400
5EED
#5EEDB4
Disabled statesSecondary iconsMuted text
500
30E8
#30E89F
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA82
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A168
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D734A
Text on light backgroundsHeadingsStrong borders
900
0849
#08492F
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: #C3F8E3;
  --emerald-300: #95F3CE;
  --emerald-400: #5EEDB4;
  --emerald-500: #30E89F;
  --emerald-600: #16CA82;
  --emerald-700: #12A168;
  --emerald-800: #0D734A;
  --emerald-900: #08492F;
  --emerald-950: #052E1E;
}
Generate More ShadesCreate PaletteConvert Color