Emerald

#44D566

Green

Color Codes

All color formats for development

HEX
#44D566
RGB
rgb(68, 213, 102)
HSL
hsl(134, 63%, 55%)
OKLCH
oklch(0.772 0.196 147.6)
CMYK
cmyk(68%, 0%, 52%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.92:1

AA AAA

On Black Background

10.96:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F3FC
100
#E2F8
200
#C9F3
300
#9FE9
400
#6EDE
500
#44D5
600
#2AB7
700
#2191
800
#1868
900
#0F43
950
#092A

Shades

Darker variations

1#2FCE54
2#2AB74B
3#24A041
4#1F8938
5#1A722F
6#155B25
7#10451C
8#0A2E13
9#051709

Tints

Lighter variations

1#57D975
2#69DD84
3#7CE194
4#8FE6A3
5#A1EAB2
6#B4EEC2
7#C7F2D1
8#DAF7E0
9#ECFBF0

Tones

Muted variations

1#4BCD6A
2#52C66D
3#5ABF71
4#61B875
5#68B079
6#6FA97D
7#77A281
8#7E9B85
9#859388

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF5
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8E7
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3D3
Secondary backgroundsInput backgroundsDividers
300
9FE9
#9FE9B1
BordersInactive statesPlaceholder text
400
6EDE
#6EDE88
Disabled statesSecondary iconsMuted text
500
44D5
#44D566
Primary brand colorCTAsActive elementsLinks
600
2AB7
#2AB74B
Hover statesFocus ringsPrimary buttons hover
700
2191
#21913B
Active/pressed statesDark mode accentsSecondary text
800
1868
#18682A
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F431B
Primary textHigh emphasis contentDark headings
950
092A
#092A11
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF5;
  --emerald-100: #E2F8E7;
  --emerald-200: #C9F3D3;
  --emerald-300: #9FE9B1;
  --emerald-400: #6EDE88;
  --emerald-500: #44D566;
  --emerald-600: #2AB74B;
  --emerald-700: #21913B;
  --emerald-800: #18682A;
  --emerald-900: #0F431B;
  --emerald-950: #092A11;
}
Generate More ShadesCreate PaletteConvert Color