Emerald

#16CA7C

Green

Color Codes

All color formats for development

HEX
#16CA7C
RGB
rgb(22, 202, 124)
HSL
hsl(154, 80%, 44%)
OKLCH
oklch(0.74 0.174 156.6)
CMYK
cmyk(89%, 0%, 39%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.15:1

AA AAA

On Black Background

9.77: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#14B670
2#12A263
3#108D57
4#0D794B
5#0B653E
6#095132
7#073D25
8#042819
9#02140C

Tints

Lighter variations

1#19E48C
2#31E899
3#4BEBA6
4#65EEB2
5#7EF1BF
6#98F4CC
7#B2F6D9
8#CCF9E5
9#E5FCF2

Tones

Muted variations

1#1FC17B
2#28B87A
3#31AF79
4#3AA677
5#439D76
6#4C9475
7#558B74
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
C3F8
#C3F8E1
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3CB
BordersInactive statesPlaceholder text
400
5EED
#5EEDAF
Disabled statesSecondary iconsMuted text
500
30E8
#30E898
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA7C
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A163
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7347
Text on light backgroundsHeadingsStrong borders
900
0849
#08492D
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: #C3F8E1;
  --emerald-300: #95F3CB;
  --emerald-400: #5EEDAF;
  --emerald-500: #30E898;
  --emerald-600: #16CA7C;
  --emerald-700: #12A163;
  --emerald-800: #0D7347;
  --emerald-900: #08492D;
  --emerald-950: #052E1C;
}
Generate More ShadesCreate PaletteConvert Color