Emerald

#22BF8A

Green

Color Codes

All color formats for development

HEX
#22BF8A
RGB
rgb(34, 191, 138)
HSL
hsl(160, 70%, 44%)
OKLCH
oklch(0.715 0.146 163.8)
CMYK
cmyk(82%, 0%, 28%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.36:1

AA AAA

On Black Background

8.89: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#1EAC7D
2#1B996F
3#188661
4#147253
5#115F45
6#0D4C37
7#0A392A
8#07261C
9#03130E

Tints

Lighter variations

1#26D79C
2#3DDDA7
3#55E1B2
4#6DE5BD
5#86EAC8
6#9EEED3
7#B6F2DE
8#CEF6E9
9#E7FBF4

Tones

Muted variations

1#2AB788
2#31AF85
3#39A783
4#419F80
5#49977D
6#51907B
7#598878
8#608075
9#687873

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF9
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAF1
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5E6
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDD2
BordersInactive statesPlaceholder text
400
67E4
#67E4BB
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDDA7
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF8A
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B986E
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C4F
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C4532
Primary textHigh emphasis contentDark headings
950
082B
#082B1F
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF9;
  --emerald-100: #E1FAF1;
  --emerald-200: #C7F5E6;
  --emerald-300: #9BEDD2;
  --emerald-400: #67E4BB;
  --emerald-500: #3CDDA7;
  --emerald-600: #22BF8A;
  --emerald-700: #1B986E;
  --emerald-800: #136C4F;
  --emerald-900: #0C4532;
  --emerald-950: #082B1F;
}
Generate More ShadesCreate PaletteConvert Color