Teal

#146B64

Cyan

Color Codes

All color formats for development

HEX
#146B64
RGB
rgb(20, 107, 100)
HSL
hsl(175, 69%, 25%)
OKLCH
oklch(0.478 0.078 186.6)
CMYK
cmyk(81%, 0%, 7%, 58%)

Accessibility

WCAG contrast compliance

On White Background

6.33:1

AA AAA

On Black Background

3.32:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E1F9
200
#C7F5
300
#9CED
400
#68E3
500
#3DDB
600
#23BE
700
#1C97
800
#146C
900
#0D45
950
#082B

Shades

Darker variations

1#12615A
2#105650
3#0E4B46
4#0C413C
5#0A3632
6#082B28
7#06201E
8#041614
9#020B0A

Tints

Lighter variations

1#1A8C83
2#20ACA1
3#26CDBF
4#3DDBCE
5#5DE1D6
6#7EE7DE
7#9EEDE7
8#BEF3EF
9#DFF9F7

Tones

Muted variations

1#186761
2#1D635D
3#215F59
4#255A56
5#2A5652
6#2E514E
7#334D4B
8#374947
9#3B4443

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFC
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F7
Light backgroundsTable row hoverSkeleton loading
200
C7F5
#C7F5F1
Secondary backgroundsInput backgroundsDividers
300
9CED
#9CEDE6
BordersInactive statesPlaceholder text
400
68E3
#68E3D9
Disabled statesSecondary iconsMuted text
500
3DDB
#3DDBCE
Primary brand colorCTAsActive elementsLinks
600
23BE
#23BEB1
Hover statesFocus ringsPrimary buttons hover
700
1C97
#1C978D
Active/pressed statesDark mode accentsSecondary text
800
146C
#146C64
Text on light backgroundsHeadingsStrong borders
900
0D45
#0D4540
Primary textHigh emphasis contentDark headings
950
082B
#082B28
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F2FDFC;
  --teal-100: #E1F9F7;
  --teal-200: #C7F5F1;
  --teal-300: #9CEDE6;
  --teal-400: #68E3D9;
  --teal-500: #3DDBCE;
  --teal-600: #23BEB1;
  --teal-700: #1C978D;
  --teal-800: #146C64;
  --teal-900: #0D4540;
  --teal-950: #082B28;
}
Generate More ShadesCreate PaletteConvert Color