Emerald

#14CC83

Green

Color Codes

All color formats for development

HEX
#14CC83
RGB
rgb(20, 204, 131)
HSL
hsl(156, 82%, 44%)
OKLCH
oklch(0.746 0.17 158.4)
CMYK
cmyk(90%, 0%, 36%, 20%)

Accessibility

WCAG contrast compliance

On White Background

2.10:1

AA AAA

On Black Background

9.99:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DFFC
200
#C3F9
300
#94F4
400
#5DEF
500
#2EEA
600
#14CC
700
#10A2
800
#0B74
900
#074A
950
#052E

Shades

Darker variations

1#12B876
2#10A368
3#0E8F5B
4#0C7B4E
5#0A6641
6#085234
7#063D27
8#04291A
9#02140D

Tints

Lighter variations

1#17E693
2#2FEA9F
3#49EDAB
4#63F0B7
5#7DF2C3
6#97F5CF
7#B1F7DB
8#CBFAE7
9#E5FCF3

Tones

Muted variations

1#1DC381
2#27BA7F
3#30B17D
4#39A77B
5#429E79
6#4B9578
7#558C76
8#5E8374
9#677972

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCF0
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9E3
Secondary backgroundsInput backgroundsDividers
300
94F4
#94F4CE
BordersInactive statesPlaceholder text
400
5DEF
#5DEFB4
Disabled statesSecondary iconsMuted text
500
2EEA
#2EEA9F
Primary brand colorCTAsActive elementsLinks
600
14CC
#14CC83
Hover statesFocus ringsPrimary buttons hover
700
10A2
#10A268
Active/pressed statesDark mode accentsSecondary text
800
0B74
#0B744A
Text on light backgroundsHeadingsStrong borders
900
074A
#074A2F
Primary textHigh emphasis contentDark headings
950
052E
#052E1E
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEF9;
  --emerald-100: #DFFCF0;
  --emerald-200: #C3F9E3;
  --emerald-300: #94F4CE;
  --emerald-400: #5DEFB4;
  --emerald-500: #2EEA9F;
  --emerald-600: #14CC83;
  --emerald-700: #10A268;
  --emerald-800: #0B744A;
  --emerald-900: #074A2F;
  --emerald-950: #052E1E;
}
Generate More ShadesCreate PaletteConvert Color