Emerald

#19C8A8

Cyan

Color Codes

All color formats for development

HEX
#19C8A8
RGB
rgb(25, 200, 168)
HSL
hsl(169, 78%, 44%)
OKLCH
oklch(0.745 0.137 175.3)
CMYK
cmyk(88%, 0%, 16%, 22%)

Accessibility

WCAG contrast compliance

On White Background

2.13:1

AA AAA

On Black Background

9.87: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#16B497
2#14A086
3#118C75
4#0F7865
5#0C6454
6#0A5043
7#073C32
8#052822
9#021411

Tints

Lighter variations

1#1CE1BD
2#34E6C5
3#4DE9CC
4#66ECD4
5#80EFDB
6#99F2E2
7#B3F6E9
8#CCF9F1
9#E6FCF8

Tones

Muted variations

1#21BFA2
2#2AB69D
3#33AD97
4#3CA591
5#449C8C
6#4D9386
7#568A81
8#5F827B
9#677976

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFB
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF6
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8EE
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2E1
BordersInactive statesPlaceholder text
400
60EB
#60EBD2
Disabled statesSecondary iconsMuted text
500
33E6
#33E6C5
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C8A8
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F85
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E715F
Text on light backgroundsHeadingsStrong borders
900
0949
#09493D
Primary textHigh emphasis contentDark headings
950
062D
#062D26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDFB;
  --emerald-100: #DFFBF6;
  --emerald-200: #C4F8EE;
  --emerald-300: #97F2E1;
  --emerald-400: #60EBD2;
  --emerald-500: #33E6C5;
  --emerald-600: #19C8A8;
  --emerald-700: #149F85;
  --emerald-800: #0E715F;
  --emerald-900: #09493D;
  --emerald-950: #062D26;
}
Generate More ShadesCreate PaletteConvert Color