Emerald

#22BF90

Green

Color Codes

All color formats for development

HEX
#22BF90
RGB
rgb(34, 191, 144)
HSL
hsl(162, 70%, 44%)
OKLCH
oklch(0.717 0.141 166.5)
CMYK
cmyk(82%, 0%, 25%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.35:1

AA AAA

On Black Background

8.92: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#1EAC81
2#1B9973
3#188665
4#147256
5#115F48
6#0D4C39
7#0A392B
8#07261D
9#03130E

Tints

Lighter variations

1#26D7A2
2#3DDDAD
3#55E1B7
4#6DE5C1
5#86EACC
6#9EEED6
7#B6F2E0
8#CEF6EA
9#E7FBF5

Tones

Muted variations

1#2AB78C
2#31AF89
3#39A786
4#419F83
5#499780
6#51907D
7#59887A
8#608076
9#687873

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDF9
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAF2
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5E7
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDD5
BordersInactive statesPlaceholder text
400
67E4
#67E4BF
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDDAC
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF90
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9872
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C52
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C4534
Primary textHigh emphasis contentDark headings
950
082B
#082B21
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDF9;
  --emerald-100: #E1FAF2;
  --emerald-200: #C7F5E7;
  --emerald-300: #9BEDD5;
  --emerald-400: #67E4BF;
  --emerald-500: #3CDDAC;
  --emerald-600: #22BF90;
  --emerald-700: #1B9872;
  --emerald-800: #136C52;
  --emerald-900: #0C4534;
  --emerald-950: #082B21;
}
Generate More ShadesCreate PaletteConvert Color