Teal

#06AC86

Cyan

Color Codes

All color formats for development

HEX
#06AC86
RGB
rgb(6, 172, 134)
HSL
hsl(166, 93%, 35%)
OKLCH
oklch(0.662 0.131 169.7)
CMYK
cmyk(97%, 0%, 22%, 33%)

Accessibility

WCAG contrast compliance

On White Background

2.90:1

AA AAA

On Black Background

7.25:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F0FE
100
#DDFE
200
#BFFD
300
#8EFB
400
#53F9
500
#22F7
600
#08D9
700
#06AC
800
#047B
900
#034F
950
#0231

Shades

Darker variations

1#069B78
2#058A6B
3#04795D
4#046750
5#035643
6#024535
7#023428
8#01221B
9#01110D

Tints

Lighter variations

1#07CC9E
2#09ECB7
3#1FF7C5
4#3FF8CD
5#5FF9D5
6#7FFADE
7#9FFCE6
8#BFFDEE
9#DFFEF7

Tones

Muted variations

1#0FA481
2#179C7D
3#1F9378
4#278B74
5#30836F
6#387A6B
7#407267
8#496A62
9#51625E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFB
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEF6
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDEE
Secondary backgroundsInput backgroundsDividers
300
8EFB
#8EFBE1
BordersInactive statesPlaceholder text
400
53F9
#53F9D2
Disabled statesSecondary iconsMuted text
500
22F7
#22F7C5
Primary brand colorCTAsActive elementsLinks
600
08D9
#08D9A8
Hover statesFocus ringsPrimary buttons hover
700
06AC
#06AC86
Active/pressed statesDark mode accentsSecondary text
800
047B
#047B5F
Text on light backgroundsHeadingsStrong borders
900
034F
#034F3D
Primary textHigh emphasis contentDark headings
950
0231
#023126
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FEFB;
  --teal-100: #DDFEF6;
  --teal-200: #BFFDEE;
  --teal-300: #8EFBE1;
  --teal-400: #53F9D2;
  --teal-500: #22F7C5;
  --teal-600: #08D9A8;
  --teal-700: #06AC86;
  --teal-800: #047B5F;
  --teal-900: #034F3D;
  --teal-950: #023126;
}
Generate More ShadesCreate PaletteConvert Color