Emerald

#14CC89

Green

Color Codes

All color formats for development

HEX
#14CC89
RGB
rgb(20, 204, 137)
HSL
hsl(158, 82%, 44%)
OKLCH
oklch(0.747 0.165 160.4)
CMYK
cmyk(90%, 0%, 33%, 20%)

Accessibility

WCAG contrast compliance

On White Background

2.09:1

AA AAA

On Black Background

10.03: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#12B87B
2#10A36D
3#0E8F60
4#0C7B52
5#0A6644
6#085237
7#063D29
8#04291B
9#02140E

Tints

Lighter variations

1#17E69A
2#2FEAA6
3#49EDB1
4#63F0BC
5#7DF2C7
6#97F5D2
7#B1F7DE
8#CBFAE9
9#E5FCF4

Tones

Muted variations

1#1DC386
2#27BA84
3#30B181
4#39A77F
5#429E7C
6#4B957A
7#558C78
8#5E8375
9#677973

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DFFC
#DFFCF1
Light backgroundsTable row hoverSkeleton loading
200
C3F9
#C3F9E5
Secondary backgroundsInput backgroundsDividers
300
94F4
#94F4D1
BordersInactive statesPlaceholder text
400
5DEF
#5DEFB9
Disabled statesSecondary iconsMuted text
500
2EEA
#2EEAA5
Primary brand colorCTAsActive elementsLinks
600
14CC
#14CC89
Hover statesFocus ringsPrimary buttons hover
700
10A2
#10A26D
Active/pressed statesDark mode accentsSecondary text
800
0B74
#0B744E
Text on light backgroundsHeadingsStrong borders
900
074A
#074A32
Primary textHigh emphasis contentDark headings
950
052E
#052E1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEF9;
  --emerald-100: #DFFCF1;
  --emerald-200: #C3F9E5;
  --emerald-300: #94F4D1;
  --emerald-400: #5DEFB9;
  --emerald-500: #2EEAA5;
  --emerald-600: #14CC89;
  --emerald-700: #10A26D;
  --emerald-800: #0B744E;
  --emerald-900: #074A32;
  --emerald-950: #052E1F;
}
Generate More ShadesCreate PaletteConvert Color