Emerald

#16CA7F

Green

Color Codes

All color formats for development

HEX
#16CA7F
RGB
rgb(22, 202, 127)
HSL
hsl(155, 80%, 44%)
OKLCH
oklch(0.74 0.171 157.5)
CMYK
cmyk(89%, 0%, 37%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.15:1

AA AAA

On Black Background

9.79: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#14B672
2#12A266
3#108D59
4#0D794C
5#0B6540
6#095133
7#073D26
8#042819
9#02140D

Tints

Lighter variations

1#19E48F
2#31E89C
3#4BEBA8
4#65EEB5
5#7EF1C1
6#98F4CD
7#B2F6DA
8#CCF9E6
9#E5FCF3

Tones

Muted variations

1#1FC17E
2#28B87C
3#31AF7B
4#3AA679
5#439D78
6#4C9476
7#558B75
8#5E8273
9#677972

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF8
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF0
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8E2
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3CC
BordersInactive statesPlaceholder text
400
5EED
#5EEDB2
Disabled statesSecondary iconsMuted text
500
30E8
#30E89C
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CA7F
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A165
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7348
Text on light backgroundsHeadingsStrong borders
900
0849
#08492E
Primary textHigh emphasis contentDark headings
950
052E
#052E1D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF8;
  --emerald-100: #DFFBF0;
  --emerald-200: #C3F8E2;
  --emerald-300: #95F3CC;
  --emerald-400: #5EEDB2;
  --emerald-500: #30E89C;
  --emerald-600: #16CA7F;
  --emerald-700: #12A165;
  --emerald-800: #0D7348;
  --emerald-900: #08492E;
  --emerald-950: #052E1D;
}
Generate More ShadesCreate PaletteConvert Color