Emerald

#13CD86

Green

Color Codes

All color formats for development

HEX
#13CD86
RGB
rgb(19, 205, 134)
HSL
hsl(157, 83%, 44%)
OKLCH
oklch(0.749 0.169 159.2)
CMYK
cmyk(91%, 0%, 35%, 20%)

Accessibility

WCAG contrast compliance

On White Background

2.08:1

AA AAA

On Black Background

10.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2F9
300
#94F5
400
#5CF0
500
#2DEB
600
#13CD
700
#0FA3
800
#0B75
900
#074B
950
#042F

Shades

Darker variations

1#11B979
2#0FA46B
3#0D905E
4#0B7B50
5#0A6743
6#085236
7#063E28
8#04291B
9#02150D

Tints

Lighter variations

1#16E797
2#2EECA3
3#48EEAE
4#62F0BA
5#7CF3C5
6#96F5D1
7#B1F8DC
8#CBFAE8
9#E5FDF3

Tones

Muted variations

1#1CC484
2#26BB82
3#2FB17F
4#38A87D
5#429F7B
6#4B9579
7#548C77
8#5E8375
9#677A72

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF1
Light backgroundsTable row hoverSkeleton loading
200
C2F9
#C2F9E4
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5D0
BordersInactive statesPlaceholder text
400
5CF0
#5CF0B7
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEBA2
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CD86
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA36B
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B754C
Text on light backgroundsHeadingsStrong borders
900
074B
#074B31
Primary textHigh emphasis contentDark headings
950
042F
#042F1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEF9;
  --emerald-100: #DEFCF1;
  --emerald-200: #C2F9E4;
  --emerald-300: #94F5D0;
  --emerald-400: #5CF0B7;
  --emerald-500: #2DEBA2;
  --emerald-600: #13CD86;
  --emerald-700: #0FA36B;
  --emerald-800: #0B754C;
  --emerald-900: #074B31;
  --emerald-950: #042F1E;
}
Generate More ShadesCreate PaletteConvert Color