Emerald

#19C8AD

Cyan

Color Codes

All color formats for development

HEX
#19C8AD
RGB
rgb(25, 200, 173)
HSL
hsl(171, 78%, 44%)
OKLCH
oklch(0.747 0.134 178.1)
CMYK
cmyk(88%, 0%, 13%, 22%)

Accessibility

WCAG contrast compliance

On White Background

2.12:1

AA AAA

On Black Background

9.91: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#16B49C
2#14A08B
3#118C79
4#0F7868
5#0C6457
6#0A5045
7#073C34
8#052823
9#021411

Tints

Lighter variations

1#1CE1C4
2#34E6CB
3#4DE9D2
4#66ECD8
5#80EFDF
6#99F2E5
7#B3F6EC
8#CCF9F2
9#E6FCF9

Tones

Muted variations

1#21BFA7
2#2AB6A1
3#33AD9B
4#3CA595
5#449C8F
6#4D9389
7#568A83
8#5F827C
9#677976

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
#C4F8F0
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2E4
BordersInactive statesPlaceholder text
400
60EB
#60EBD6
Disabled statesSecondary iconsMuted text
500
33E6
#33E6CB
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C8AD
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F8A
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7163
Text on light backgroundsHeadingsStrong borders
900
0949
#09493F
Primary textHigh emphasis contentDark headings
950
062D
#062D27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDFC;
  --emerald-100: #DFFBF7;
  --emerald-200: #C4F8F0;
  --emerald-300: #97F2E4;
  --emerald-400: #60EBD6;
  --emerald-500: #33E6CB;
  --emerald-600: #19C8AD;
  --emerald-700: #149F8A;
  --emerald-800: #0E7163;
  --emerald-900: #09493F;
  --emerald-950: #062D27;
}
Generate More ShadesCreate PaletteConvert Color