Emerald

#44D5A7

Green

Color Codes

All color formats for development

HEX
#44D5A7
RGB
rgb(68, 213, 167)
HSL
hsl(161, 63%, 55%)
OKLCH
oklch(0.785 0.14 167.6)
CMYK
cmyk(68%, 0%, 22%, 16%)

Accessibility

WCAG contrast compliance

On White Background

1.85:1

AA AAA

On Black Background

11.32: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#2FCE9B
2#2AB78A
3#24A079
4#1F8968
5#1A7256
6#155B45
7#104534
8#0A2E23
9#051711

Tints

Lighter variations

1#57D9B0
2#69DDB8
3#7CE1C1
4#8FE6CA
5#A1EAD3
6#B4EEDC
7#C7F2E5
8#DAF7ED
9#ECFBF6

Tones

Muted variations

1#4BCDA4
2#52C6A1
3#5ABF9F
4#61B89C
5#68B09A
6#6FA997
7#77A294
8#7E9B92
9#85938F

Usage Guidelines

Recommended use cases for each shade level

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

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F3FCF9;
  --emerald-100: #E2F8F1;
  --emerald-200: #C9F3E6;
  --emerald-300: #9FE9D2;
  --emerald-400: #6EDEBA;
  --emerald-500: #44D5A7;
  --emerald-600: #2AB78A;
  --emerald-700: #21916E;
  --emerald-800: #18684E;
  --emerald-900: #0F4332;
  --emerald-950: #092A1F;
}
Generate More ShadesCreate PaletteConvert Color