Emerald

#22BFAA

Cyan

Color Codes

All color formats for development

HEX
#22BFAA
RGB
rgb(34, 191, 170)
HSL
hsl(172, 70%, 44%)
OKLCH
oklch(0.724 0.125 180.8)
CMYK
cmyk(82%, 0%, 11%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.31:1

AA AAA

On Black Background

9.10: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#1EAC99
2#1B9988
3#188677
4#147266
5#115F55
6#0D4C44
7#0A3933
8#072622
9#031311

Tints

Lighter variations

1#26D7BF
2#3DDDC7
3#55E1CE
4#6DE5D5
5#86EADC
6#9EEEE3
7#B6F2EA
8#CEF6F1
9#E7FBF8

Tones

Muted variations

1#2AB7A4
2#31AF9E
3#39A799
4#419F93
5#49978D
6#519087
7#598881
8#60807C
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
#C7F5EF
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDE2
BordersInactive statesPlaceholder text
400
67E4
#67E4D4
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDDC7
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BFAA
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9887
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C60
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C453E
Primary textHigh emphasis contentDark headings
950
082B
#082B27
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --emerald-50: #F2FDFB;
  --emerald-100: #E1FAF6;
  --emerald-200: #C7F5EF;
  --emerald-300: #9BEDE2;
  --emerald-400: #67E4D4;
  --emerald-500: #3CDDC7;
  --emerald-600: #22BFAA;
  --emerald-700: #1B9887;
  --emerald-800: #136C60;
  --emerald-900: #0C453E;
  --emerald-950: #082B27;
}
Generate More ShadesCreate PaletteConvert Color