Emerald

#16CA67

Green

Color Codes

All color formats for development

HEX
#16CA67
RGB
rgb(22, 202, 103)
HSL
hsl(147, 80%, 44%)
OKLCH
oklch(0.736 0.192 151.4)
CMYK
cmyk(89%, 0%, 49%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.17:1

AA AAA

On Black Background

9.68: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#14B65D
2#12A253
3#108D48
4#0D793E
5#0B6534
6#095129
7#073D1F
8#042815
9#02140A

Tints

Lighter variations

1#19E474
2#31E884
3#4BEB93
4#65EEA2
5#7EF1B2
6#98F4C1
7#B2F6D1
8#CCF9E0
9#E5FCF0

Tones

Muted variations

1#1FC168
2#28B869
3#31AF6A
4#3AA66B
5#439D6C
6#4C946D
7#558B6E
8#5E826E
9#67796F

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
#C3F8DB
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3C0
BordersInactive statesPlaceholder text
400
5EED
#5EED9F
Disabled statesSecondary iconsMuted text
500
30E8
#30E883
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA67
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A152
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D733B
Text on light backgroundsHeadingsStrong borders
900
0849
#084926
Primary textHigh emphasis contentDark headings
950
052E
#052E17
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF7;
  --emerald-100: #DFFBEC;
  --emerald-200: #C3F8DB;
  --emerald-300: #95F3C0;
  --emerald-400: #5EED9F;
  --emerald-500: #30E883;
  --emerald-600: #16CA67;
  --emerald-700: #12A152;
  --emerald-800: #0D733B;
  --emerald-900: #084926;
  --emerald-950: #052E17;
}
Generate More ShadesCreate PaletteConvert Color