Emerald

#16CAB2

Cyan

Color Codes

All color formats for development

HEX
#16CAB2
RGB
rgb(22, 202, 178)
HSL
hsl(172, 80%, 44%)
OKLCH
oklch(0.753 0.134 180)
CMYK
cmyk(89%, 0%, 12%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.07:1

AA AAA

On Black Background

10.13: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#14B6A0
2#12A28E
3#108D7D
4#0D796B
5#0B6559
6#095147
7#073D35
8#042824
9#021412

Tints

Lighter variations

1#19E4C9
2#31E8D0
3#4BEBD6
4#65EEDC
5#7EF1E1
6#98F4E7
7#B2F6ED
8#CCF9F3
9#E5FCF9

Tones

Muted variations

1#1FC1AB
2#28B8A5
3#31AF9E
4#3AA698
5#439D91
6#4C948B
7#558B84
8#5E827D
9#677977

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFC
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF8
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8F1
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3E7
BordersInactive statesPlaceholder text
400
5EED
#5EEDDA
Disabled statesSecondary iconsMuted text
500
30E8
#30E8D0
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CAB2
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A18E
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7365
Text on light backgroundsHeadingsStrong borders
900
0849
#084941
Primary textHigh emphasis contentDark headings
950
052E
#052E28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDFC;
  --emerald-100: #DFFBF8;
  --emerald-200: #C3F8F1;
  --emerald-300: #95F3E7;
  --emerald-400: #5EEDDA;
  --emerald-500: #30E8D0;
  --emerald-600: #16CAB2;
  --emerald-700: #12A18E;
  --emerald-800: #0D7365;
  --emerald-900: #084941;
  --emerald-950: #052E28;
}
Generate More ShadesCreate PaletteConvert Color