Emerald

#44D5A9

Green

Color Codes

All color formats for development

HEX
#44D5A9
RGB
rgb(68, 213, 169)
HSL
hsl(162, 63%, 55%)
OKLCH
oklch(0.785 0.138 168.6)
CMYK
cmyk(68%, 0%, 21%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.85:1

AA AAA

On Black Background

11.34: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#2FCE9E
2#2AB78C
3#24A07B
4#1F8969
5#1A7258
6#155B46
7#104535
8#0A2E23
9#051712

Tints

Lighter variations

1#57D9B2
2#69DDBA
3#7CE1C3
4#8FE6CC
5#A1EAD4
6#B4EEDD
7#C7F2E5
8#DAF7EE
9#ECFBF6

Tones

Muted variations

1#4BCDA6
2#52C6A3
3#5ABFA0
4#61B89E
5#68B09B
6#6FA998
7#77A295
8#7E9B92
9#85938F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F3FC
#F3FCF9
BackgroundsSubtle highlightsCard backgrounds
100
E2F8
#E2F8F2
Light backgroundsTable row hoverSkeleton loading
200
C9F3
#C9F3E6
Secondary backgroundsInput backgroundsDividers
300
9FE9
#9FE9D3
BordersInactive statesPlaceholder text
400
6EDE
#6EDEBC
Disabled statesSecondary iconsMuted text
500
44D5
#44D5A9
Primary brand colorCTAsActive elementsLinks
600
2AB7
#2AB78C
Hover statesFocus ringsPrimary buttons hover
700
2191
#219170
Active/pressed statesDark mode accentsSecondary text
800
1868
#186850
Text on light backgroundsHeadingsStrong borders
900
0F43
#0F4333
Primary textHigh emphasis contentDark headings
950
092A
#092A20
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF9;
  --emerald-100: #E2F8F2;
  --emerald-200: #C9F3E6;
  --emerald-300: #9FE9D3;
  --emerald-400: #6EDEBC;
  --emerald-500: #44D5A9;
  --emerald-600: #2AB78C;
  --emerald-700: #219170;
  --emerald-800: #186850;
  --emerald-900: #0F4333;
  --emerald-950: #092A20;
}
Generate More ShadesCreate PaletteConvert Color