Emerald

#16CA5E

Green

Color Codes

All color formats for development

HEX
#16CA5E
RGB
rgb(22, 202, 94)
HSL
hsl(144, 80%, 44%)
OKLCH
oklch(0.735 0.2 149.6)
CMYK
cmyk(89%, 0%, 53%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.18:1

AA AAA

On Black Background

9.64: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#14B655
2#12A24B
3#108D42
4#0D7939
5#0B652F
6#095126
7#073D1C
8#042813
9#021409

Tints

Lighter variations

1#19E46A
2#31E87A
3#4BEB8B
4#65EE9C
5#7EF1AC
6#98F4BD
7#B2F6CD
8#CCF9DE
9#E5FCEE

Tones

Muted variations

1#1FC160
2#28B862
3#31AF64
4#3AA665
5#439D67
6#4C9469
7#558B6B
8#5E826D
9#67796E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF6
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEA
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8D9
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3BB
BordersInactive statesPlaceholder text
400
5EED
#5EED97
Disabled statesSecondary iconsMuted text
500
30E8
#30E87A
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA5E
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A14B
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7336
Text on light backgroundsHeadingsStrong borders
900
0849
#084922
Primary textHigh emphasis contentDark headings
950
052E
#052E15
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF6;
  --emerald-100: #DFFBEA;
  --emerald-200: #C3F8D9;
  --emerald-300: #95F3BB;
  --emerald-400: #5EED97;
  --emerald-500: #30E87A;
  --emerald-600: #16CA5E;
  --emerald-700: #12A14B;
  --emerald-800: #0D7336;
  --emerald-900: #084922;
  --emerald-950: #052E15;
}
Generate More ShadesCreate PaletteConvert Color