Emerald

#19C86A

Green

Color Codes

All color formats for development

HEX
#19C86A
RGB
rgb(25, 200, 106)
HSL
hsl(148, 78%, 44%)
OKLCH
oklch(0.731 0.187 152.2)
CMYK
cmyk(88%, 0%, 47%, 22%)

Accessibility

WCAG contrast compliance

On White Background

2.21:1

AA AAA

On Black Background

9.51: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#16B460
2#14A055
3#118C4A
4#0F7840
5#0C6435
6#0A502B
7#073C20
8#052815
9#02140B

Tints

Lighter variations

1#1CE178
2#34E687
3#4DE996
4#66ECA5
5#80EFB4
6#99F2C3
7#B3F6D2
8#CCF9E1
9#E6FCF0

Tones

Muted variations

1#21BF6B
2#2AB66C
3#33AD6C
4#3CA56D
5#449C6D
6#4D936E
7#568A6E
8#5F826F
9#677970

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDF7
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBEC
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8DC
Secondary backgroundsInput backgroundsDividers
300
97F2
#97F2C1
BordersInactive statesPlaceholder text
400
60EB
#60EBA1
Disabled statesSecondary iconsMuted text
500
33E6
#33E686
Primary brand colorCTAsActive elementsLinks
600
19C8
#19C86A
Hover statesFocus ringsPrimary buttons hover
700
149F
#149F55
Active/pressed statesDark mode accentsSecondary text
800
0E71
#0E713C
Text on light backgroundsHeadingsStrong borders
900
0949
#094927
Primary textHigh emphasis contentDark headings
950
062D
#062D18
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FDF7;
  --emerald-100: #DFFBEC;
  --emerald-200: #C4F8DC;
  --emerald-300: #97F2C1;
  --emerald-400: #60EBA1;
  --emerald-500: #33E686;
  --emerald-600: #19C86A;
  --emerald-700: #149F55;
  --emerald-800: #0E713C;
  --emerald-900: #094927;
  --emerald-950: #062D18;
}
Generate More ShadesCreate PaletteConvert Color