Teal

#06AC8B

Cyan

Color Codes

All color formats for development

HEX
#06AC8B
RGB
rgb(6, 172, 139)
HSL
hsl(168, 93%, 35%)
OKLCH
oklch(0.664 0.127 172.5)
CMYK
cmyk(97%, 0%, 19%, 33%)

Accessibility

WCAG contrast compliance

On White Background

2.88:1

AA AAA

On Black Background

7.28: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#069B7D
2#058A6F
3#047961
4#046753
5#035646
6#024538
7#02342A
8#01221C
9#01110E

Tints

Lighter variations

1#07CCA5
2#09ECBF
3#1FF7CC
4#3FF8D3
5#5FF9DA
6#7FFAE2
7#9FFCE9
8#BFFDF0
9#DFFEF8

Tones

Muted variations

1#0FA486
2#179C81
3#1F937C
4#278B77
5#308372
6#387A6D
7#407268
8#496A63
9#51625E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F0FE
#F0FEFC
BackgroundsSubtle highlightsCard backgrounds
100
DDFE
#DDFEF7
Light backgroundsTable row hoverSkeleton loading
200
BFFD
#BFFDF0
Secondary backgroundsInput backgroundsDividers
300
8EFB
#8EFBE5
BordersInactive statesPlaceholder text
400
53F9
#53F9D8
Disabled statesSecondary iconsMuted text
500
22F7
#22F7CC
Primary brand colorCTAsActive elementsLinks
600
08D9
#08D9AF
Hover statesFocus ringsPrimary buttons hover
700
06AC
#06AC8B
Active/pressed statesDark mode accentsSecondary text
800
047B
#047B63
Text on light backgroundsHeadingsStrong borders
900
034F
#034F40
Primary textHigh emphasis contentDark headings
950
0231
#023128
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F0FEFC;
  --teal-100: #DDFEF7;
  --teal-200: #BFFDF0;
  --teal-300: #8EFBE5;
  --teal-400: #53F9D8;
  --teal-500: #22F7CC;
  --teal-600: #08D9AF;
  --teal-700: #06AC8B;
  --teal-800: #047B63;
  --teal-900: #034F40;
  --teal-950: #023128;
}
Generate More ShadesCreate PaletteConvert Color