Emerald

#12CE96

Green

Color Codes

All color formats for development

HEX
#12CE96
RGB
rgb(18, 206, 150)
HSL
hsl(162, 84%, 44%)
OKLCH
oklch(0.755 0.157 164.8)
CMYK
cmyk(91%, 0%, 27%, 19%)

Accessibility

WCAG contrast compliance

On White Background

2.04:1

AA AAA

On Black Background

10.29: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#10BA87
2#0EA578
3#0D9169
4#0B7C5A
5#09674B
6#07533C
7#053E2D
8#04291E
9#02150F

Tints

Lighter variations

1#14E9A9
2#2DEDB3
3#47EFBD
4#61F1C6
5#7CF4D0
6#96F6D9
7#B0F8E3
8#CAFAEC
9#E5FDF6

Tones

Muted variations

1#1BC592
2#25BC8E
3#2EB28B
4#38A987
5#419F83
6#4B967F
7#548C7C
8#5D8378
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
C2FA
#C2FAE9
Secondary backgroundsInput backgroundsDividers
300
93F6
#93F6D8
BordersInactive statesPlaceholder text
400
5BF1
#5BF1C4
Disabled statesSecondary iconsMuted text
500
2CED
#2CEDB3
Primary brand colorCTAsActive elementsLinks
600
12CE
#12CE96
Hover statesFocus ringsPrimary buttons hover
700
0EA4
#0EA477
Active/pressed statesDark mode accentsSecondary text
800
0A75
#0A7555
Text on light backgroundsHeadingsStrong borders
900
074B
#074B37
Primary textHigh emphasis contentDark headings
950
042F
#042F22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEFA;
  --emerald-100: #DEFCF3;
  --emerald-200: #C2FAE9;
  --emerald-300: #93F6D8;
  --emerald-400: #5BF1C4;
  --emerald-500: #2CEDB3;
  --emerald-600: #12CE96;
  --emerald-700: #0EA477;
  --emerald-800: #0A7555;
  --emerald-900: #074B37;
  --emerald-950: #042F22;
}
Generate More ShadesCreate PaletteConvert Color