Emerald

#22F7A5

Green

Color Codes

All color formats for development

HEX
#22F7A5
RGB
rgb(34, 247, 165)
HSL
hsl(157, 93%, 55%)
OKLCH
oklch(0.863 0.191 159.7)
CMYK
cmyk(86%, 0%, 33%, 3%)

Accessibility

WCAG contrast compliance

On White Background

1.41:1

AA AAA

On Black Background

14.92:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFE
200
#BFFD
300
#8EFB
400
#53F9
500
#22F7
600
#08D9
700
#06AC
800
#047B
900
#034F
950
#0231

Shades

Darker variations

1#09F49A
2#08D989
3#07BD77
4#06A266
5#058755
6#046C44
7#035133
8#023622
9#011B11

Tints

Lighter variations

1#38F8AE
2#4EF9B7
3#64F9C0
4#7AFAC9
5#90FBD2
6#A6FCDB
7#BDFDE4
8#D3FDED
9#E9FEF6

Tones

Muted variations

1#2CECA3
2#37E2A0
3#42D79E
4#4CCC9B
5#57C299
6#62B796
7#6CAC94
8#77A291
9#82978F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEF9
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEF1
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDE5
Secondary backgroundsInput backgroundsDividers
300
8EFB
#8EFBD1
BordersInactive statesPlaceholder text
400
53F9
#53F9B9
Disabled statesSecondary iconsMuted text
500
22F7
#22F7A5
Primary brand colorCTAsActive elementsLinks
600
08D9
#08D989
Hover statesFocus ringsPrimary buttons hover
700
06AC
#06AC6D
Active/pressed statesDark mode accentsSecondary text
800
047B
#047B4E
Text on light backgroundsHeadingsStrong borders
900
034F
#034F32
Primary textHigh emphasis contentDark headings
950
0231
#02311F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F0FEF9;
  --emerald-100: #DDFEF1;
  --emerald-200: #BFFDE5;
  --emerald-300: #8EFBD1;
  --emerald-400: #53F9B9;
  --emerald-500: #22F7A5;
  --emerald-600: #08D989;
  --emerald-700: #06AC6D;
  --emerald-800: #047B4E;
  --emerald-900: #034F32;
  --emerald-950: #02311F;
}
Generate More ShadesCreate PaletteConvert Color