Teal

#06AC99

Cyan

Color Codes

All color formats for development

HEX
#06AC99
RGB
rgb(6, 172, 153)
HSL
hsl(173, 93%, 35%)
OKLCH
oklch(0.668 0.119 181.2)
CMYK
cmyk(97%, 0%, 11%, 33%)

Accessibility

WCAG contrast compliance

On White Background

2.85:1

AA AAA

On Black Background

7.37: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#069B8A
2#058A7A
3#04796B
4#04675C
5#03564C
6#02453D
7#02342E
8#01221F
9#01110F

Tints

Lighter variations

1#07CCB5
2#09ECD2
3#1FF7DE
4#3FF8E2
5#5FF9E7
6#7FFAEC
7#9FFCF1
8#BFFDF5
9#DFFEFA

Tones

Muted variations

1#0FA493
2#179C8C
3#1F9386
4#278B7F
5#308379
6#387A73
7#40726C
8#496A66
9#516260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEFA
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDF5
Secondary backgroundsInput backgroundsDividers
300
8EFB
#8EFBEE
BordersInactive statesPlaceholder text
400
53F9
#53F9E5
Disabled statesSecondary iconsMuted text
500
22F7
#22F7DE
Primary brand colorCTAsActive elementsLinks
600
08D9
#08D9C0
Hover statesFocus ringsPrimary buttons hover
700
06AC
#06AC99
Active/pressed statesDark mode accentsSecondary text
800
047B
#047B6D
Text on light backgroundsHeadingsStrong borders
900
034F
#034F46
Primary textHigh emphasis contentDark headings
950
0231
#02312C
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FEFD;
  --teal-100: #DDFEFA;
  --teal-200: #BFFDF5;
  --teal-300: #8EFBEE;
  --teal-400: #53F9E5;
  --teal-500: #22F7DE;
  --teal-600: #08D9C0;
  --teal-700: #06AC99;
  --teal-800: #047B6D;
  --teal-900: #034F46;
  --teal-950: #02312C;
}
Generate More ShadesCreate PaletteConvert Color