Emerald

#19C896

Green

Color Codes

All color formats for development

HEX
#19C896
RGB
rgb(25, 200, 150)
HSL
hsl(163, 78%, 44%)
OKLCH
oklch(0.741 0.149 166.5)
CMYK
cmyk(88%, 0%, 25%, 22%)

Accessibility

WCAG contrast compliance

On White Background

2.16:1

AA AAA

On Black Background

9.74: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#16B487
2#14A078
3#118C69
4#0F785A
5#0C644B
6#0A503C
7#073C2D
8#05281E
9#02140F

Tints

Lighter variations

1#1CE1A9
2#34E6B3
3#4DE9BD
4#66ECC6
5#80EFD0
6#99F2D9
7#B3F6E3
8#CCF9EC
9#E6FCF6

Tones

Muted variations

1#21BF92
2#2AB68F
3#33AD8B
4#3CA587
5#449C83
6#4D937F
7#568A7C
8#5F8278
9#677974

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFA
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF3
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8E9
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2D8
BordersInactive statesPlaceholder text
400
60EB
#60EBC4
Disabled statesSecondary iconsMuted text
500
33E6
#33E6B3
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C896
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F77
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7155
Text on light backgroundsHeadingsStrong borders
900
0949
#094937
Primary textHigh emphasis contentDark headings
950
062D
#062D22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDFA;
  --emerald-100: #DFFBF3;
  --emerald-200: #C4F8E9;
  --emerald-300: #97F2D8;
  --emerald-400: #60EBC4;
  --emerald-500: #33E6B3;
  --emerald-600: #19C896;
  --emerald-700: #149F77;
  --emerald-800: #0E7155;
  --emerald-900: #094937;
  --emerald-950: #062D22;
}
Generate More ShadesCreate PaletteConvert Color