Emerald

#13CD8C

Green

Color Codes

All color formats for development

HEX
#13CD8C
RGB
rgb(19, 205, 140)
HSL
hsl(159, 83%, 44%)
OKLCH
oklch(0.751 0.164 161.3)
CMYK
cmyk(91%, 0%, 32%, 20%)

Accessibility

WCAG contrast compliance

On White Background

2.07:1

AA AAA

On Black Background

10.14: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#11B97E
2#0FA470
3#0D9062
4#0B7B54
5#0A6746
6#085238
7#063E2A
8#04291C
9#02150E

Tints

Lighter variations

1#16E79E
2#2EECA9
3#48EEB4
4#62F0BF
5#7CF3C9
6#96F5D4
7#B1F8DF
8#CBFAEA
9#E5FDF4

Tones

Muted variations

1#1CC489
2#26BB87
3#2FB184
4#38A881
5#429F7E
6#4B957B
7#548C79
8#5E8376
9#677A73

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF2
Light backgroundsTable row hoverSkeleton loading
200
C2F9
#C2F9E6
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5D3
BordersInactive statesPlaceholder text
400
5CF0
#5CF0BC
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEBA9
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CD8C
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA36F
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B7550
Text on light backgroundsHeadingsStrong borders
900
074B
#074B33
Primary textHigh emphasis contentDark headings
950
042F
#042F20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEF9;
  --emerald-100: #DEFCF2;
  --emerald-200: #C2F9E6;
  --emerald-300: #94F5D3;
  --emerald-400: #5CF0BC;
  --emerald-500: #2DEBA9;
  --emerald-600: #13CD8C;
  --emerald-700: #0FA36F;
  --emerald-800: #0B7550;
  --emerald-900: #074B33;
  --emerald-950: #042F20;
}
Generate More ShadesCreate PaletteConvert Color