Emerald

#16CA91

Green

Color Codes

All color formats for development

HEX
#16CA91
RGB
rgb(22, 202, 145)
HSL
hsl(161, 80%, 44%)
OKLCH
oklch(0.744 0.156 163.9)
CMYK
cmyk(89%, 0%, 28%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.12:1

AA AAA

On Black Background

9.89: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#14B683
2#12A274
3#108D66
4#0D7957
5#0B6549
6#09513A
7#073D2C
8#04281D
9#02140F

Tints

Lighter variations

1#19E4A4
2#31E8AE
3#4BEBB8
4#65EEC2
5#7EF1CD
6#98F4D7
7#B2F6E1
8#CCF9EB
9#E5FCF5

Tones

Muted variations

1#1FC18E
2#28B88B
3#31AF87
4#3AA684
5#439D81
6#4C947D
7#558B7A
8#5E8277
9#677973

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFA
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF2
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8E8
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3D6
BordersInactive statesPlaceholder text
400
5EED
#5EEDC0
Disabled statesSecondary iconsMuted text
500
30E8
#30E8AE
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA91
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A173
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7352
Text on light backgroundsHeadingsStrong borders
900
0849
#084935
Primary textHigh emphasis contentDark headings
950
052E
#052E21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDFA;
  --emerald-100: #DFFBF2;
  --emerald-200: #C3F8E8;
  --emerald-300: #95F3D6;
  --emerald-400: #5EEDC0;
  --emerald-500: #30E8AE;
  --emerald-600: #16CA91;
  --emerald-700: #12A173;
  --emerald-800: #0D7352;
  --emerald-900: #084935;
  --emerald-950: #052E21;
}
Generate More ShadesCreate PaletteConvert Color