Emerald

#12CE8C

Green

Color Codes

All color formats for development

HEX
#12CE8C
RGB
rgb(18, 206, 140)
HSL
hsl(159, 84%, 44%)
OKLCH
oklch(0.753 0.165 161)
CMYK
cmyk(91%, 0%, 32%, 19%)

Accessibility

WCAG contrast compliance

On White Background

2.05:1

AA AAA

On Black Background

10.23: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#10BA7E
2#0EA570
3#0D9162
4#0B7C54
5#096746
6#075338
7#053E2A
8#04291C
9#02150E

Tints

Lighter variations

1#14E99E
2#2DEDAA
3#47EFB4
4#61F1BF
5#7CF4CA
6#96F6D4
7#B0F8DF
8#CAFAEA
9#E5FDF4

Tones

Muted variations

1#1BC58A
2#25BC87
3#2EB284
4#38A981
5#419F7E
6#4B967C
7#548C79
8#5D8376
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
C2FA
#C2FAE6
Secondary backgroundsInput backgroundsDividers
300
93F6
#93F6D3
BordersInactive statesPlaceholder text
400
5BF1
#5BF1BC
Disabled statesSecondary iconsMuted text
500
2CED
#2CEDA9
Primary brand colorCTAsActive elementsLinks
600
12CE
#12CE8C
Hover statesFocus ringsPrimary buttons hover
700
0EA4
#0EA470
Active/pressed statesDark mode accentsSecondary text
800
0A75
#0A7550
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: #C2FAE6;
  --emerald-300: #93F6D3;
  --emerald-400: #5BF1BC;
  --emerald-500: #2CEDA9;
  --emerald-600: #12CE8C;
  --emerald-700: #0EA470;
  --emerald-800: #0A7550;
  --emerald-900: #074B33;
  --emerald-950: #042F20;
}
Generate More ShadesCreate PaletteConvert Color