Emerald

#19C890

Green

Color Codes

All color formats for development

HEX
#19C890
RGB
rgb(25, 200, 144)
HSL
hsl(161, 78%, 44%)
OKLCH
oklch(0.739 0.154 164)
CMYK
cmyk(88%, 0%, 28%, 22%)

Accessibility

WCAG contrast compliance

On White Background

2.16:1

AA AAA

On Black Background

9.71: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#16B482
2#14A073
3#118C65
4#0F7857
5#0C6448
6#0A503A
7#073C2B
8#05281D
9#02140E

Tints

Lighter variations

1#1CE1A3
2#34E6AD
3#4DE9B8
4#66ECC2
5#80EFCC
6#99F2D6
7#B3F6E0
8#CCF9EB
9#E6FCF5

Tones

Muted variations

1#21BF8D
2#2AB68A
3#33AD87
4#3CA583
5#449C80
6#4D937D
7#568A7A
8#5F8277
9#677973

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFA
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF2
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8E7
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2D5
BordersInactive statesPlaceholder text
400
60EB
#60EBBF
Disabled statesSecondary iconsMuted text
500
33E6
#33E6AD
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C890
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F73
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7152
Text on light backgroundsHeadingsStrong borders
900
0949
#094934
Primary textHigh emphasis contentDark headings
950
062D
#062D21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDFA;
  --emerald-100: #DFFBF2;
  --emerald-200: #C4F8E7;
  --emerald-300: #97F2D5;
  --emerald-400: #60EBBF;
  --emerald-500: #33E6AD;
  --emerald-600: #19C890;
  --emerald-700: #149F73;
  --emerald-800: #0E7152;
  --emerald-900: #094934;
  --emerald-950: #062D21;
}
Generate More ShadesCreate PaletteConvert Color