Emerald

#19C8A2

Cyan

Color Codes

All color formats for development

HEX
#19C8A2
RGB
rgb(25, 200, 162)
HSL
hsl(167, 78%, 44%)
OKLCH
oklch(0.744 0.14 172.2)
CMYK
cmyk(88%, 0%, 19%, 22%)

Accessibility

WCAG contrast compliance

On White Background

2.14:1

AA AAA

On Black Background

9.82: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#16B492
2#14A081
3#118C71
4#0F7861
5#0C6451
6#0A5041
7#073C31
8#052820
9#021410

Tints

Lighter variations

1#1CE1B6
2#34E6BF
3#4DE9C7
4#66ECCF
5#80EFD7
6#99F2DF
7#B3F6E7
8#CCF9EF
9#E6FCF7

Tones

Muted variations

1#21BF9D
2#2AB698
3#33AD93
4#3CA58E
5#449C89
6#4D9384
7#568A7F
8#5F827A
9#677975

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDFB;
  --emerald-100: #DFFBF5;
  --emerald-200: #C4F8ED;
  --emerald-300: #97F2DE;
  --emerald-400: #60EBCD;
  --emerald-500: #33E6BF;
  --emerald-600: #19C8A2;
  --emerald-700: #149F81;
  --emerald-800: #0E715C;
  --emerald-900: #09493B;
  --emerald-950: #062D25;
}
Generate More ShadesCreate PaletteConvert Color