Emerald

#12CE83

Green

Color Codes

All color formats for development

HEX
#12CE83
RGB
rgb(18, 206, 131)
HSL
hsl(156, 84%, 44%)
OKLCH
oklch(0.751 0.173 158.1)
CMYK
cmyk(91%, 0%, 36%, 19%)

Accessibility

WCAG contrast compliance

On White Background

2.06:1

AA AAA

On Black Background

10.18: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#10BA76
2#0EA569
3#0D915C
4#0B7C4F
5#096742
6#075334
7#053E27
8#04291A
9#02150D

Tints

Lighter variations

1#14E994
2#2DEDA0
3#47EFAC
4#61F1B8
5#7CF4C4
6#96F6CF
7#B0F8DB
8#CAFAE7
9#E5FDF3

Tones

Muted variations

1#1BC581
2#25BC7F
3#2EB27D
4#38A97C
5#419F7A
6#4B9678
7#548C76
8#5D8374
9#677A72

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCF0
Light backgroundsTable row hoverSkeleton loading
200
C2FA
#C2FAE3
Secondary backgroundsInput backgroundsDividers
300
93F6
#93F6CE
BordersInactive statesPlaceholder text
400
5BF1
#5BF1B5
Disabled statesSecondary iconsMuted text
500
2CED
#2CEDA0
Primary brand colorCTAsActive elementsLinks
600
12CE
#12CE83
Hover statesFocus ringsPrimary buttons hover
700
0EA4
#0EA468
Active/pressed statesDark mode accentsSecondary text
800
0A75
#0A754A
Text on light backgroundsHeadingsStrong borders
900
074B
#074B30
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: #DEFCF0;
  --emerald-200: #C2FAE3;
  --emerald-300: #93F6CE;
  --emerald-400: #5BF1B5;
  --emerald-500: #2CEDA0;
  --emerald-600: #12CE83;
  --emerald-700: #0EA468;
  --emerald-800: #0A754A;
  --emerald-900: #074B30;
  --emerald-950: #042F1E;
}
Generate More ShadesCreate PaletteConvert Color