Teal

#06AC91

Cyan

Color Codes

All color formats for development

HEX
#06AC91
RGB
rgb(6, 172, 145)
HSL
hsl(170, 93%, 35%)
OKLCH
oklch(0.665 0.124 176)
CMYK
cmyk(97%, 0%, 16%, 33%)

Accessibility

WCAG contrast compliance

On White Background

2.87:1

AA AAA

On Black Background

7.32: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#069B82
2#058A74
3#047965
4#046757
5#035648
6#02453A
7#02342B
8#01221D
9#01110E

Tints

Lighter variations

1#07CCAB
2#09ECC6
3#1FF7D3
4#3FF8D9
5#5FF9E0
6#7FFAE6
7#9FFCEC
8#BFFDF2
9#DFFEF9

Tones

Muted variations

1#0FA48B
2#179C86
3#1F9380
4#278B7A
5#308375
6#387A6F
7#40726A
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
#BFFDF2
Secondary backgroundsInput backgroundsDividers
300
8EFB
#8EFBE9
BordersInactive statesPlaceholder text
400
53F9
#53F9DD
Disabled statesSecondary iconsMuted text
500
22F7
#22F7D3
Primary brand colorCTAsActive elementsLinks
600
08D9
#08D9B6
Hover statesFocus ringsPrimary buttons hover
700
06AC
#06AC91
Active/pressed statesDark mode accentsSecondary text
800
047B
#047B67
Text on light backgroundsHeadingsStrong borders
900
034F
#034F42
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: #BFFDF2;
  --teal-300: #8EFBE9;
  --teal-400: #53F9DD;
  --teal-500: #22F7D3;
  --teal-600: #08D9B6;
  --teal-700: #06AC91;
  --teal-800: #047B67;
  --teal-900: #034F42;
  --teal-950: #023129;
}
Generate More ShadesCreate PaletteConvert Color