Emerald

#16CAA3

Cyan

Color Codes

All color formats for development

HEX
#16CAA3
RGB
rgb(22, 202, 163)
HSL
hsl(167, 80%, 44%)
OKLCH
oklch(0.749 0.142 171.9)
CMYK
cmyk(89%, 0%, 19%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.10:1

AA AAA

On Black Background

10.01: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#14B693
2#12A282
3#108D72
4#0D7962
5#0B6552
6#095141
7#073D31
8#042821
9#021410

Tints

Lighter variations

1#19E4B8
2#31E8C1
3#4BEBC8
4#65EED0
5#7EF1D8
6#98F4E0
7#B2F6E8
8#CCF9EF
9#E5FCF7

Tones

Muted variations

1#1FC19E
2#28B899
3#31AF94
4#3AA68F
5#439D8A
6#4C9485
7#558B7F
8#5E827A
9#677975

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFB
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF5
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8ED
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3DF
BordersInactive statesPlaceholder text
400
5EED
#5EEDCE
Disabled statesSecondary iconsMuted text
500
30E8
#30E8C0
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CAA3
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A182
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D735D
Text on light backgroundsHeadingsStrong borders
900
0849
#08493B
Primary textHigh emphasis contentDark headings
950
052E
#052E25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDFB;
  --emerald-100: #DFFBF5;
  --emerald-200: #C3F8ED;
  --emerald-300: #95F3DF;
  --emerald-400: #5EEDCE;
  --emerald-500: #30E8C0;
  --emerald-600: #16CAA3;
  --emerald-700: #12A182;
  --emerald-800: #0D735D;
  --emerald-900: #08493B;
  --emerald-950: #052E25;
}
Generate More ShadesCreate PaletteConvert Color