Emerald

#19C88D

Green

Color Codes

All color formats for development

HEX
#19C88D
RGB
rgb(25, 200, 141)
HSL
hsl(160, 78%, 44%)
OKLCH
oklch(0.738 0.156 162.8)
CMYK
cmyk(88%, 0%, 29%, 22%)

Accessibility

WCAG contrast compliance

On White Background

2.17:1

AA AAA

On Black Background

9.69: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#16B47F
2#14A071
3#118C63
4#0F7855
5#0C6447
6#0A5039
7#073C2A
8#05281C
9#02140E

Tints

Lighter variations

1#1CE19F
2#34E6AA
3#4DE9B5
4#66ECC0
5#80EFCA
6#99F2D5
7#B3F6DF
8#CCF9EA
9#E6FCF4

Tones

Muted variations

1#21BF8A
2#2AB688
3#33AD85
4#3CA582
5#449C7F
6#4D937C
7#568A79
8#5F8276
9#677973

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF9
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF2
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8E6
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2D4
BordersInactive statesPlaceholder text
400
60EB
#60EBBD
Disabled statesSecondary iconsMuted text
500
33E6
#33E6AA
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C88D
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F70
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E7150
Text on light backgroundsHeadingsStrong borders
900
0949
#094933
Primary textHigh emphasis contentDark headings
950
062D
#062D20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF9;
  --emerald-100: #DFFBF2;
  --emerald-200: #C4F8E6;
  --emerald-300: #97F2D4;
  --emerald-400: #60EBBD;
  --emerald-500: #33E6AA;
  --emerald-600: #19C88D;
  --emerald-700: #149F70;
  --emerald-800: #0E7150;
  --emerald-900: #094933;
  --emerald-950: #062D20;
}
Generate More ShadesCreate PaletteConvert Color