Emerald

#46D28A

Green

Color Codes

All color formats for development

HEX
#46D28A
RGB
rgb(70, 210, 138)
HSL
hsl(149, 61%, 55%)
OKLCH
oklch(0.771 0.159 156.6)
CMYK
cmyk(67%, 0%, 34%, 18%)

Accessibility

WCAG contrast compliance

On White Background

1.94:1

AA AAA

On Black Background

10.85: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#31CB7C
2#2CB56E
3#269E60
4#218752
5#1B7145
6#165A37
7#104429
8#0B2D1B
9#05170E

Tints

Lighter variations

1#59D796
2#6BDBA1
3#7EE0AD
4#90E4B9
5#A3E9C4
6#B5EDD0
7#C8F2DC
8#DAF6E8
9#EDFBF3

Tones

Muted variations

1#4DCB8A
2#54C48A
3#5BBD8B
4#62B68B
5#69AF8B
6#70A88B
7#77A18C
8#7E9A8C
9#85938C

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF7
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8ED
Light backgroundsTable row hoverSkeleton loading
200
CAF2
#CAF2DD
Secondary backgroundsInput backgroundsDividers
300
A1E8
#A1E8C3
BordersInactive statesPlaceholder text
400
6FDC
#6FDCA4
Disabled statesSecondary iconsMuted text
500
46D2
#46D28A
Primary brand colorCTAsActive elementsLinks
600
2CB5
#2CB56E
Hover statesFocus ringsPrimary buttons hover
700
2390
#239057
Active/pressed statesDark mode accentsSecondary text
800
1967
#19673E
Text on light backgroundsHeadingsStrong borders
900
1042
#104228
Primary textHigh emphasis contentDark headings
950
0A29
#0A2919
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF7;
  --emerald-100: #E2F8ED;
  --emerald-200: #CAF2DD;
  --emerald-300: #A1E8C3;
  --emerald-400: #6FDCA4;
  --emerald-500: #46D28A;
  --emerald-600: #2CB56E;
  --emerald-700: #239057;
  --emerald-800: #19673E;
  --emerald-900: #104228;
  --emerald-950: #0A2919;
}
Generate More ShadesCreate PaletteConvert Color