Emerald

#16CAB8

Cyan

Color Codes

All color formats for development

HEX
#16CAB8
RGB
rgb(22, 202, 184)
HSL
hsl(174, 80%, 44%)
OKLCH
oklch(0.755 0.131 183.5)
CMYK
cmyk(89%, 0%, 9%, 21%)

Accessibility

WCAG contrast compliance

On White Background

2.06:1

AA AAA

On Black Background

10.17: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#14B6A6
2#12A293
3#108D81
4#0D796E
5#0B655C
6#09514A
7#073D37
8#042825
9#021412

Tints

Lighter variations

1#19E4CF
2#31E8D6
3#4BEBDB
4#65EEE0
5#7EF1E5
6#98F4EA
7#B2F6F0
8#CCF9F5
9#E5FCFA

Tones

Muted variations

1#1FC1B1
2#28B8AA
3#31AFA2
4#3AA69B
5#439D94
6#4C948D
7#558B86
8#5E827F
9#677977

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFC
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF9
Light backgroundsTable row hoverSkeleton loading
200
C3F8
#C3F8F3
Secondary backgroundsInput backgroundsDividers
300
95F3
#95F3EA
BordersInactive statesPlaceholder text
400
5EED
#5EEDDF
Disabled statesSecondary iconsMuted text
500
30E8
#30E8D6
Primary brand colorCTAsActive elementsLinks
600
16CA
#16CAB8
Hover statesFocus ringsPrimary buttons hover
700
12A1
#12A192
Active/pressed statesDark mode accentsSecondary text
800
0D73
#0D7369
Text on light backgroundsHeadingsStrong borders
900
0849
#084943
Primary textHigh emphasis contentDark headings
950
052E
#052E2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDFC;
  --emerald-100: #DFFBF9;
  --emerald-200: #C3F8F3;
  --emerald-300: #95F3EA;
  --emerald-400: #5EEDDF;
  --emerald-500: #30E8D6;
  --emerald-600: #16CAB8;
  --emerald-700: #12A192;
  --emerald-800: #0D7369;
  --emerald-900: #084943;
  --emerald-950: #052E2A;
}
Generate More ShadesCreate PaletteConvert Color