Emerald

#13CD92

Green

Color Codes

All color formats for development

HEX
#13CD92
RGB
rgb(19, 205, 146)
HSL
hsl(161, 83%, 44%)
OKLCH
oklch(0.752 0.159 163.5)
CMYK
cmyk(91%, 0%, 29%, 20%)

Accessibility

WCAG contrast compliance

On White Background

2.06:1

AA AAA

On Black Background

10.18: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#11B984
2#0FA475
3#0D9066
4#0B7B58
5#0A6749
6#08523B
7#063E2C
8#04291D
9#02150F

Tints

Lighter variations

1#16E7A5
2#2EECB0
3#48EEB9
4#62F0C3
5#7CF3CD
6#96F5D7
7#B1F8E1
8#CBFAEB
9#E5FDF5

Tones

Muted variations

1#1CC48F
2#26BB8C
3#2FB188
4#38A885
5#429F81
6#4B957E
7#548C7A
8#5E8377
9#677A74

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEFA
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF3
Light backgroundsTable row hoverSkeleton loading
200
C2F9
#C2F9E8
Secondary backgroundsInput backgroundsDividers
300
94F5
#94F5D6
BordersInactive statesPlaceholder text
400
5CF0
#5CF0C1
Disabled statesSecondary iconsMuted text
500
2DEB
#2DEBAF
Primary brand colorCTAsActive elementsLinks
600
13CD
#13CD92
Hover statesFocus ringsPrimary buttons hover
700
0FA3
#0FA374
Active/pressed statesDark mode accentsSecondary text
800
0B75
#0B7553
Text on light backgroundsHeadingsStrong borders
900
074B
#074B35
Primary textHigh emphasis contentDark headings
950
042F
#042F21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEFA;
  --emerald-100: #DEFCF3;
  --emerald-200: #C2F9E8;
  --emerald-300: #94F5D6;
  --emerald-400: #5CF0C1;
  --emerald-500: #2DEBAF;
  --emerald-600: #13CD92;
  --emerald-700: #0FA374;
  --emerald-800: #0B7553;
  --emerald-900: #074B35;
  --emerald-950: #042F21;
}
Generate More ShadesCreate PaletteConvert Color