Emerald

#22BFA5

Cyan

Color Codes

All color formats for development

HEX
#22BFA5
RGB
rgb(34, 191, 165)
HSL
hsl(170, 70%, 44%)
OKLCH
oklch(0.723 0.127 177.7)
CMYK
cmyk(82%, 0%, 14%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.32:1

AA AAA

On Black Background

9.06: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#1EAC94
2#1B9984
3#188673
4#147263
5#115F52
6#0D4C42
7#0A3931
8#072621
9#031310

Tints

Lighter variations

1#26D7BA
2#3DDDC2
3#55E1CA
4#6DE5D1
5#86EAD9
6#9EEEE1
7#B6F2E8
8#CEF6F0
9#E7FBF7

Tones

Muted variations

1#2AB79F
2#31AF9A
3#39A795
4#419F90
5#49978A
6#519085
7#598880
8#60807B
9#687875

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFB
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAF5
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5ED
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDE0
BordersInactive statesPlaceholder text
400
67E4
#67E4CF
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDDC2
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BFA5
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9883
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C5E
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C453C
Primary textHigh emphasis contentDark headings
950
082B
#082B25
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFB;
  --emerald-100: #E1FAF5;
  --emerald-200: #C7F5ED;
  --emerald-300: #9BEDE0;
  --emerald-400: #67E4CF;
  --emerald-500: #3CDDC2;
  --emerald-600: #22BFA5;
  --emerald-700: #1B9883;
  --emerald-800: #136C5E;
  --emerald-900: #0C453C;
  --emerald-950: #082B25;
}
Generate More ShadesCreate PaletteConvert Color