Emerald

#22BF95

Green

Color Codes

All color formats for development

HEX
#22BF95
RGB
rgb(34, 191, 149)
HSL
hsl(164, 70%, 44%)
OKLCH
oklch(0.718 0.137 168.9)
CMYK
cmyk(82%, 0%, 22%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.35:1

AA AAA

On Black Background

8.95:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1FA
200
#C7F5
300
#9BED
400
#67E4
500
#3CDD
600
#22BF
700
#1B98
800
#136C
900
#0C45
950
#082B

Shades

Darker variations

1#1EAC86
2#1B9977
3#188668
4#147259
5#115F4A
6#0D4C3C
7#0A392D
8#07261E
9#03130F

Tints

Lighter variations

1#26D7A8
2#3DDDB2
3#55E1BC
4#6DE5C5
5#86EACF
6#9EEED9
7#B6F2E2
8#CEF6EC
9#E7FBF5

Tones

Muted variations

1#2AB791
2#31AF8E
3#39A78A
4#419F86
5#499783
6#51907F
7#59887B
8#608078
9#687874

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFA
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAF3
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5E9
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDD8
BordersInactive statesPlaceholder text
400
67E4
#67E4C3
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDDB2
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF95
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9876
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C55
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C4536
Primary textHigh emphasis contentDark headings
950
082B
#082B22
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFA;
  --emerald-100: #E1FAF3;
  --emerald-200: #C7F5E9;
  --emerald-300: #9BEDD8;
  --emerald-400: #67E4C3;
  --emerald-500: #3CDDB2;
  --emerald-600: #22BF95;
  --emerald-700: #1B9876;
  --emerald-800: #136C55;
  --emerald-900: #0C4536;
  --emerald-950: #082B22;
}
Generate More ShadesCreate PaletteConvert Color