Teal

#14676C

Cyan

Color Codes

All color formats for development

HEX
#14676C
RGB
rgb(20, 103, 108)
HSL
hsl(183, 69%, 25%)
OKLCH
oklch(0.47 0.074 201.2)
CMYK
cmyk(81%, 5%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

6.59:1

AA AAA

On Black Background

3.19:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F8
200
#C7F2
300
#9CE9
400
#68DD
500
#3DD4
600
#23B6
700
#1C91
800
#1467
900
#0D42
950
#0829

Shades

Darker variations

1#125D61
2#105356
3#0E484B
4#0C3E41
5#0A3436
6#08292B
7#061F20
8#041516
9#020A0B

Tints

Lighter variations

1#1A868C
2#20A5AC
3#26C4CD
4#3DD4DB
5#5DDBE1
6#7EE2E7
7#9EE9ED
8#BEF1F3
9#DFF8F9

Tones

Muted variations

1#186367
2#1D5F63
3#215B5F
4#25585A
5#2A5456
6#2E5051
7#334C4D
8#374849
9#3B4444

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFD
BackgroundsSubtle highlightsCard backgrounds
100
E1F8
#E1F8F9
Light backgroundsTable row hoverSkeleton loading
200
C7F2
#C7F2F5
Secondary backgroundsInput backgroundsDividers
300
9CE9
#9CE9ED
BordersInactive statesPlaceholder text
400
68DD
#68DDE3
Disabled statesSecondary iconsMuted text
500
3DD4
#3DD4DB
Primary brand colorCTAsActive elementsLinks
600
23B6
#23B6BE
Hover statesFocus ringsPrimary buttons hover
700
1C91
#1C9197
Active/pressed statesDark mode accentsSecondary text
800
1467
#14676C
Text on light backgroundsHeadingsStrong borders
900
0D42
#0D4245
Primary textHigh emphasis contentDark headings
950
0829
#08292B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F2FCFD;
  --teal-100: #E1F8F9;
  --teal-200: #C7F2F5;
  --teal-300: #9CE9ED;
  --teal-400: #68DDE3;
  --teal-500: #3DD4DB;
  --teal-600: #23B6BE;
  --teal-700: #1C9197;
  --teal-800: #14676C;
  --teal-900: #0D4245;
  --teal-950: #08292B;
}
Generate More ShadesCreate PaletteConvert Color