Teal

#13A08D

Cyan

Color Codes

All color formats for development

HEX
#13A08D
RGB
rgb(19, 160, 141)
HSL
hsl(172, 79%, 35%)
OKLCH
oklch(0.634 0.112 180.1)
CMYK
cmyk(88%, 0%, 12%, 37%)

Accessibility

WCAG contrast compliance

On White Background

3.26:1

AA AAA

On Black Background

6.44:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F1FD
100
#DFFB
200
#C4F8
300
#96F3
400
#5FEC
500
#32E7
600
#18C9
700
#13A0
800
#0D72
900
#0949
950
#052E

Shades

Darker variations

1#11907F
2#0F8071
3#0D7063
4#0B6055
5#095046
6#074038
7#06302A
8#04201C
9#02100E

Tints

Lighter variations

1#16BDA7
2#1ADBC1
3#2FE7CE
4#4DEAD5
5#6BEEDC
6#88F1E3
7#A6F5EA
8#C4F8F1
9#E1FCF8

Tones

Muted variations

1#1A9988
2#219283
3#288B7D
4#2F8478
5#367D73
6#3D756E
7#446E69
8#4B6764
9#52605E

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F1FD
#F1FDFC
BackgroundsSubtle highlightsCard backgrounds
100
DFFB
#DFFBF7
Light backgroundsTable row hoverSkeleton loading
200
C4F8
#C4F8F1
Secondary backgroundsInput backgroundsDividers
300
96F3
#96F3E6
BordersInactive statesPlaceholder text
400
5FEC
#5FECD9
Disabled statesSecondary iconsMuted text
500
32E7
#32E7CF
Primary brand colorCTAsActive elementsLinks
600
18C9
#18C9B1
Hover statesFocus ringsPrimary buttons hover
700
13A0
#13A08D
Active/pressed statesDark mode accentsSecondary text
800
0D72
#0D7265
Text on light backgroundsHeadingsStrong borders
900
0949
#094940
Primary textHigh emphasis contentDark headings
950
052E
#052E28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F1FDFC;
  --teal-100: #DFFBF7;
  --teal-200: #C4F8F1;
  --teal-300: #96F3E6;
  --teal-400: #5FECD9;
  --teal-500: #32E7CF;
  --teal-600: #18C9B1;
  --teal-700: #13A08D;
  --teal-800: #0D7265;
  --teal-900: #094940;
  --teal-950: #052E28;
}
Generate More ShadesCreate PaletteConvert Color