Emerald

#22BFA7

Cyan

Color Codes

All color formats for development

HEX
#22BFA7
RGB
rgb(34, 191, 167)
HSL
hsl(171, 70%, 44%)
OKLCH
oklch(0.723 0.126 178.9)
CMYK
cmyk(82%, 0%, 13%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.31:1

AA AAA

On Black Background

9.08: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#1EAC96
2#1B9986
3#188675
4#147264
5#115F54
6#0D4C43
7#0A3932
8#072621
9#031311

Tints

Lighter variations

1#26D7BC
2#3DDDC5
3#55E1CC
4#6DE5D3
5#86EADB
6#9EEEE2
7#B6F2E9
8#CEF6F0
9#E7FBF8

Tones

Muted variations

1#2AB7A2
2#31AF9C
3#39A797
4#419F91
5#49978C
6#519086
7#598881
8#60807B
9#687876

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFB
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAF6
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5EE
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDE1
BordersInactive statesPlaceholder text
400
67E4
#67E4D1
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDDC4
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BFA7
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9885
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C5F
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C453D
Primary textHigh emphasis contentDark headings
950
082B
#082B26
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFB;
  --emerald-100: #E1FAF6;
  --emerald-200: #C7F5EE;
  --emerald-300: #9BEDE1;
  --emerald-400: #67E4D1;
  --emerald-500: #3CDDC4;
  --emerald-600: #22BFA7;
  --emerald-700: #1B9885;
  --emerald-800: #136C5F;
  --emerald-900: #0C453D;
  --emerald-950: #082B26;
}
Generate More ShadesCreate PaletteConvert Color