Emerald

#16CA6A

Green

Color Codes

All color formats for development

HEX
#16CA6A
RGB
rgb(22, 202, 106)
HSL
hsl(148, 80%, 44%)
OKLCH
oklch(0.736 0.19 152)
CMYK
cmyk(89%, 0%, 48%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.17:1

AA AAA

On Black Background

9.69: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#14B660
2#12A255
3#108D4A
4#0D7940
5#0B6535
6#09512A
7#073D20
8#042815
9#02140B

Tints

Lighter variations

1#19E478
2#31E887
3#4BEB96
4#65EEA5
5#7EF1B4
6#98F4C3
7#B2F6D2
8#CCF9E1
9#E5FCF0

Tones

Muted variations

1#1FC16B
2#28B86B
3#31AF6C
4#3AA66D
5#439D6D
6#4C946E
7#558B6E
8#5E826F
9#677970

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF7
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEC
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8DC
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3C1
BordersInactive statesPlaceholder text
400
5EED
#5EEDA1
Disabled statesSecondary iconsMuted text
500
30E8
#30E886
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA6A
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A154
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D733C
Text on light backgroundsHeadingsStrong borders
900
0849
#084927
Primary textHigh emphasis contentDark headings
950
052E
#052E18
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF7;
  --emerald-100: #DFFBEC;
  --emerald-200: #C3F8DC;
  --emerald-300: #95F3C1;
  --emerald-400: #5EEDA1;
  --emerald-500: #30E886;
  --emerald-600: #16CA6A;
  --emerald-700: #12A154;
  --emerald-800: #0D733C;
  --emerald-900: #084927;
  --emerald-950: #052E18;
}
Generate More ShadesCreate PaletteConvert Color