Emerald

#19C8B0

Cyan

Color Codes

All color formats for development

HEX
#19C8B0
RGB
rgb(25, 200, 176)
HSL
hsl(172, 78%, 44%)
OKLCH
oklch(0.748 0.133 179.8)
CMYK
cmyk(88%, 0%, 12%, 22%)

Accessibility

WCAG contrast compliance

On White Background

2.11:1

AA AAA

On Black Background

9.93:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#97F2
400
#60EB
500
#33E6
600
#19C8
700
#149F
800
#0E71
900
#0949
950
#062D

Shades

Darker variations

1#16B49F
2#14A08D
3#118C7B
4#0F786A
5#0C6458
6#0A5047
7#073C35
8#052823
9#021412

Tints

Lighter variations

1#1CE1C7
2#34E6CE
3#4DE9D4
4#66ECDA
5#80EFE0
6#99F2E7
7#B3F6ED
8#CCF9F3
9#E6FCF9

Tones

Muted variations

1#21BFAA
2#2AB6A4
3#33AD9D
4#3CA597
5#449C90
6#4D938A
7#568A83
8#5F827D
9#677977

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFC
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF7
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8F1
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2E6
BordersInactive statesPlaceholder text
400
60EB
#60EBD9
Disabled statesSecondary iconsMuted text
500
33E6
#33E6CE
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C8B0
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F8C
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7164
Text on light backgroundsHeadingsStrong borders
900
0949
#094940
Primary textHigh emphasis contentDark headings
950
062D
#062D28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDFC;
  --emerald-100: #DFFBF7;
  --emerald-200: #C4F8F1;
  --emerald-300: #97F2E6;
  --emerald-400: #60EBD9;
  --emerald-500: #33E6CE;
  --emerald-600: #19C8B0;
  --emerald-700: #149F8C;
  --emerald-800: #0E7164;
  --emerald-900: #094940;
  --emerald-950: #062D28;
}
Generate More ShadesCreate PaletteConvert Color