Emerald

#22BFAC

Cyan

Color Codes

All color formats for development

HEX
#22BFAC
RGB
rgb(34, 191, 172)
HSL
hsl(173, 70%, 44%)
OKLCH
oklch(0.725 0.124 182.1)
CMYK
cmyk(82%, 0%, 10%, 25%)

Accessibility

WCAG contrast compliance

On White Background

2.30:1

AA AAA

On Black Background

9.12: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#1EAC9B
2#1B998A
3#188679
4#147267
5#115F56
6#0D4C45
7#0A3934
8#072622
9#031311

Tints

Lighter variations

1#26D7C2
2#3DDDCA
3#55E1D1
4#6DE5D7
5#86EADE
6#9EEEE5
7#B6F2EB
8#CEF6F2
9#E7FBF8

Tones

Muted variations

1#2AB7A6
2#31AFA0
3#39A79A
4#419F94
5#49978E
6#519088
7#598882
8#60807C
9#687876

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFB
BackgroundsSubtle highlightsCard backgrounds
100
E1FA
#E1FAF7
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5F0
Secondary backgroundsInput backgroundsDividers
300
9BED
#9BEDE4
BordersInactive statesPlaceholder text
400
67E4
#67E4D6
Disabled statesSecondary iconsMuted text
500
3CDD
#3CDDCA
Primary brand colorCTAsActive elementsLinks
600
22BF
#22BFAC
Hover statesFocus ringsPrimary buttons hover
700
1B98
#1B9889
Active/pressed statesDark mode accentsSecondary text
800
136C
#136C62
Text on light backgroundsHeadingsStrong borders
900
0C45
#0C453F
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: #E1FAF7;
  --emerald-200: #C7F5F0;
  --emerald-300: #9BEDE4;
  --emerald-400: #67E4D6;
  --emerald-500: #3CDDCA;
  --emerald-600: #22BFAC;
  --emerald-700: #1B9889;
  --emerald-800: #136C62;
  --emerald-900: #0C453F;
  --emerald-950: #082B27;
}
Generate More ShadesCreate PaletteConvert Color