Teal

#06AC8E

Cyan

Color Codes

All color formats for development

HEX
#06AC8E
RGB
rgb(6, 172, 142)
HSL
hsl(169, 93%, 35%)
OKLCH
oklch(0.665 0.125 174.2)
CMYK
cmyk(97%, 0%, 17%, 33%)

Accessibility

WCAG contrast compliance

On White Background

2.88:1

AA AAA

On Black Background

7.30: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#069B80
2#058A71
3#047963
4#046755
5#035647
6#024539
7#02342B
8#01221C
9#01110E

Tints

Lighter variations

1#07CCA8
2#09ECC2
3#1FF7CF
4#3FF8D6
5#5FF9DD
6#7FFAE4
7#9FFCEB
8#BFFDF1
9#DFFEF8

Tones

Muted variations

1#0FA489
2#179C83
3#1F937E
4#278B79
5#308374
6#387A6E
7#407269
8#496A64
9#51625F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEF8
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDF1
Secondary backgroundsInput backgroundsDividers
300
8EFB
#8EFBE7
BordersInactive statesPlaceholder text
400
53F9
#53F9DA
Disabled statesSecondary iconsMuted text
500
22F7
#22F7D0
Primary brand colorCTAsActive elementsLinks
600
08D9
#08D9B2
Hover statesFocus ringsPrimary buttons hover
700
06AC
#06AC8E
Active/pressed statesDark mode accentsSecondary text
800
047B
#047B65
Text on light backgroundsHeadingsStrong borders
900
034F
#034F41
Primary textHigh emphasis contentDark headings
950
0231
#023129
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FEFC;
  --teal-100: #DDFEF8;
  --teal-200: #BFFDF1;
  --teal-300: #8EFBE7;
  --teal-400: #53F9DA;
  --teal-500: #22F7D0;
  --teal-600: #08D9B2;
  --teal-700: #06AC8E;
  --teal-800: #047B65;
  --teal-900: #034F41;
  --teal-950: #023129;
}
Generate More ShadesCreate PaletteConvert Color