Teal

#06AC9E

Cyan

Color Codes

All color formats for development

HEX
#06AC9E
RGB
rgb(6, 172, 158)
HSL
hsl(175, 93%, 35%)
OKLCH
oklch(0.67 0.117 184.6)
CMYK
cmyk(97%, 0%, 8%, 33%)

Accessibility

WCAG contrast compliance

On White Background

2.84:1

AA AAA

On Black Background

7.40: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#069B8F
2#058A7F
3#04796F
4#04675F
5#03564F
6#02453F
7#023430
8#012220
9#011110

Tints

Lighter variations

1#07CCBC
2#09ECD9
3#1FF7E5
4#3FF8E9
5#5FF9EC
6#7FFAF0
7#9FFCF4
8#BFFDF8
9#DFFEFB

Tones

Muted variations

1#0FA498
2#179C91
3#1F938A
4#278B83
5#30837C
6#387A75
7#40726E
8#496A67
9#516260

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFD
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEFB
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDF8
Secondary backgroundsInput backgroundsDividers
300
8EFB
#8EFBF2
BordersInactive statesPlaceholder text
400
53F9
#53F9EB
Disabled statesSecondary iconsMuted text
500
22F7
#22F7E5
Primary brand colorCTAsActive elementsLinks
600
08D9
#08D9C7
Hover statesFocus ringsPrimary buttons hover
700
06AC
#06AC9E
Active/pressed statesDark mode accentsSecondary text
800
047B
#047B71
Text on light backgroundsHeadingsStrong borders
900
034F
#034F48
Primary textHigh emphasis contentDark headings
950
0231
#02312D
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FEFD;
  --teal-100: #DDFEFB;
  --teal-200: #BFFDF8;
  --teal-300: #8EFBF2;
  --teal-400: #53F9EB;
  --teal-500: #22F7E5;
  --teal-600: #08D9C7;
  --teal-700: #06AC9E;
  --teal-800: #047B71;
  --teal-900: #034F48;
  --teal-950: #02312D;
}
Generate More ShadesCreate PaletteConvert Color