Emerald

#12CE7A

Green

Color Codes

All color formats for development

HEX
#12CE7A
RGB
rgb(18, 206, 122)
HSL
hsl(153, 84%, 44%)
OKLCH
oklch(0.749 0.181 155.5)
CMYK
cmyk(91%, 0%, 41%, 19%)

Accessibility

WCAG contrast compliance

On White Background

2.07:1

AA AAA

On Black Background

10.14: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#10BA6D
2#0EA561
3#0D9155
4#0B7C49
5#09673D
6#075331
7#053E24
8#042918
9#02150C

Tints

Lighter variations

1#14E989
2#2DED96
3#47EFA3
4#61F1B1
5#7CF4BE
6#96F6CB
7#B0F8D8
8#CAFAE5
9#E5FDF2

Tones

Muted variations

1#1BC579
2#25BC78
3#2EB277
4#38A976
5#419F75
6#4B9674
7#548C73
8#5D8372
9#677A71

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FE
#F1FEF8
BackgroundsSubtle highlightsCard backgrounds
100
DEFC
#DEFCEF
Light backgroundsTable row hoverSkeleton loading
200
C2FA
#C2FAE1
Secondary backgroundsInput backgroundsDividers
300
93F6
#93F6C9
BordersInactive statesPlaceholder text
400
5BF1
#5BF1AD
Disabled statesSecondary iconsMuted text
500
2CED
#2CED96
Primary brand colorCTAsActive elementsLinks
600
12CE
#12CE7A
Hover statesFocus ringsPrimary buttons hover
700
0EA4
#0EA461
Active/pressed statesDark mode accentsSecondary text
800
0A75
#0A7545
Text on light backgroundsHeadingsStrong borders
900
074B
#074B2C
Primary textHigh emphasis contentDark headings
950
042F
#042F1C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F1FEF8;
  --emerald-100: #DEFCEF;
  --emerald-200: #C2FAE1;
  --emerald-300: #93F6C9;
  --emerald-400: #5BF1AD;
  --emerald-500: #2CED96;
  --emerald-600: #12CE7A;
  --emerald-700: #0EA461;
  --emerald-800: #0A7545;
  --emerald-900: #074B2C;
  --emerald-950: #042F1C;
}
Generate More ShadesCreate PaletteConvert Color