Emerald

#12CE86

Green

Color Codes

All color formats for development

HEX
#12CE86
RGB
rgb(18, 206, 134)
HSL
hsl(157, 84%, 44%)
OKLCH
oklch(0.752 0.17 159)
CMYK
cmyk(91%, 0%, 35%, 19%)

Accessibility

WCAG contrast compliance

On White Background

2.06:1

AA AAA

On Black Background

10.20:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FE
100
#DEFC
200
#C2FA
300
#93F6
400
#5BF1
500
#2CED
600
#12CE
700
#0EA4
800
#0A75
900
#074B
950
#042F

Shades

Darker variations

1#10BA79
2#0EA56B
3#0D915E
4#0B7C51
5#096743
6#075336
7#053E28
8#04291B
9#02150D

Tints

Lighter variations

1#14E997
2#2DEDA3
3#47EFAF
4#61F1BA
5#7CF4C6
6#96F6D1
7#B0F8DD
8#CAFAE8
9#E5FDF4

Tones

Muted variations

1#1BC584
2#25BC82
3#2EB280
4#38A97D
5#419F7B
6#4B9679
7#548C77
8#5D8375
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
C2FA
#C2FAE4
Secondary backgroundsInput backgroundsDividers
300
93F6
#93F6D0
BordersInactive statesPlaceholder text
400
5BF1
#5BF1B7
Disabled statesSecondary iconsMuted text
500
2CED
#2CEDA3
Primary brand colorCTAsActive elementsLinks
600
12CE
#12CE86
Hover statesFocus ringsPrimary buttons hover
700
0EA4
#0EA46B
Active/pressed statesDark mode accentsSecondary text
800
0A75
#0A754C
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: #C2FAE4;
  --emerald-300: #93F6D0;
  --emerald-400: #5BF1B7;
  --emerald-500: #2CEDA3;
  --emerald-600: #12CE86;
  --emerald-700: #0EA46B;
  --emerald-800: #0A754C;
  --emerald-900: #074B31;
  --emerald-950: #042F1E;
}
Generate More ShadesCreate PaletteConvert Color