Emerald

#22BF9D

Cyan

Color Codes

All color formats for development

HEX
#22BF9D
RGB
rgb(34, 191, 157)
HSL
hsl(167, 70%, 44%)
OKLCH
oklch(0.72 0.132 173.1)
CMYK
cmyk(82%, 0%, 18%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.33:1

AA AAA

On Black Background

9.01: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#1EAC8D
2#1B997D
3#18866E
4#14725E
5#115F4E
6#0D4C3F
7#0A392F
8#07261F
9#031310

Tints

Lighter variations

1#26D7B1
2#3DDDBA
3#55E1C3
4#6DE5CB
5#86EAD4
6#9EEEDD
7#B6F2E5
8#CEF6EE
9#E7FBF6

Tones

Muted variations

1#2AB798
2#31AF94
3#39A78F
4#419F8B
5#499786
6#519082
7#59887E
8#608079
9#687875

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFA
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAF4
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5EB
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDDC
BordersInactive statesPlaceholder text
400
67E4
#67E4C9
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDDBA
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BF9D
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B987D
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C59
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C4539
Primary textHigh emphasis contentDark headings
950
082B
#082B24
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFA;
  --emerald-100: #E1FAF4;
  --emerald-200: #C7F5EB;
  --emerald-300: #9BEDDC;
  --emerald-400: #67E4C9;
  --emerald-500: #3CDDBA;
  --emerald-600: #22BF9D;
  --emerald-700: #1B987D;
  --emerald-800: #136C59;
  --emerald-900: #0C4539;
  --emerald-950: #082B24;
}
Generate More ShadesCreate PaletteConvert Color