Emerald

#16CA97

Green

Color Codes

All color formats for development

HEX
#16CA97
RGB
rgb(22, 202, 151)
HSL
hsl(163, 80%, 44%)
OKLCH
oklch(0.746 0.151 166.3)
CMYK
cmyk(89%, 0%, 25%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.11:1

AA AAA

On Black Background

9.93: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#14B688
2#12A279
3#108D6A
4#0D795B
5#0B654C
6#09513C
7#073D2D
8#04281E
9#02140F

Tints

Lighter variations

1#19E4AA
2#31E8B4
3#4BEBBE
4#65EEC7
5#7EF1D0
6#98F4DA
7#B2F6E3
8#CCF9EC
9#E5FCF6

Tones

Muted variations

1#1FC193
2#28B88F
3#31AF8B
4#3AA688
5#439D84
6#4C9480
7#558B7C
8#5E8278
9#677974

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFA
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF3
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8E9
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3D9
BordersInactive statesPlaceholder text
400
5EED
#5EEDC5
Disabled statesSecondary iconsMuted text
500
30E8
#30E8B4
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA97
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A178
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7356
Text on light backgroundsHeadingsStrong borders
900
0849
#084937
Primary textHigh emphasis contentDark headings
950
052E
#052E22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDFA;
  --emerald-100: #DFFBF3;
  --emerald-200: #C3F8E9;
  --emerald-300: #95F3D9;
  --emerald-400: #5EEDC5;
  --emerald-500: #30E8B4;
  --emerald-600: #16CA97;
  --emerald-700: #12A178;
  --emerald-800: #0D7356;
  --emerald-900: #084937;
  --emerald-950: #052E22;
}
Generate More ShadesCreate PaletteConvert Color