Emerald

#46D246

Green

Color Codes

All color formats for development

HEX
#46D246
RGB
rgb(70, 210, 70)
HSL
hsl(120, 61%, 55%)
OKLCH
oklch(0.761 0.216 143.1)
CMYK
cmyk(67%, 0%, 67%, 18%)

Accessibility

WCAG contrast compliance

On White Background

1.99:1

AA AAA

On Black Background

10.57:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#CAF2
300
#A1E8
400
#6FDC
500
#46D2
600
#2CB5
700
#2390
800
#1967
900
#1042
950
#0A29

Shades

Darker variations

1#31CB31
2#2CB52C
3#269E26
4#218721
5#1B711B
6#165A16
7#104410
8#0B2D0B
9#051705

Tints

Lighter variations

1#59D759
2#6BDB6B
3#7EE07E
4#90E490
5#A3E9A3
6#B5EDB5
7#C8F2C8
8#DAF6DA
9#EDFBED

Tones

Muted variations

1#4DCB4D
2#54C454
3#5BBD5B
4#62B662
5#69AF69
6#70A870
7#77A177
8#7E9A7E
9#859385

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF3
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8E2
Light backgroundsTable row hoverSkeleton loading
200
CAF2
#CAF2CA
Secondary backgroundsInput backgroundsDividers
300
A1E8
#A1E8A1
BordersInactive statesPlaceholder text
400
6FDC
#6FDC6F
Disabled statesSecondary iconsMuted text
500
46D2
#46D246
Primary brand colorCTAsActive elementsLinks
600
2CB5
#2CB52C
Hover statesFocus ringsPrimary buttons hover
700
2390
#239023
Active/pressed statesDark mode accentsSecondary text
800
1967
#196719
Text on light backgroundsHeadingsStrong borders
900
1042
#104210
Primary textHigh emphasis contentDark headings
950
0A29
#0A290A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF3;
  --emerald-100: #E2F8E2;
  --emerald-200: #CAF2CA;
  --emerald-300: #A1E8A1;
  --emerald-400: #6FDC6F;
  --emerald-500: #46D246;
  --emerald-600: #2CB52C;
  --emerald-700: #239023;
  --emerald-800: #196719;
  --emerald-900: #104210;
  --emerald-950: #0A290A;
}
Generate More ShadesCreate PaletteConvert Color