Teal

#14656B

Cyan

Color Codes

All color formats for development

HEX
#14656B
RGB
rgb(20, 101, 107)
HSL
hsl(184, 69%, 25%)
OKLCH
oklch(0.464 0.073 202.6)
CMYK
cmyk(81%, 6%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

6.77:1

AA AAA

On Black Background

3.10:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F8
200
#C7F2
300
#9CE7
400
#68DB
500
#3DD1
600
#23B3
700
#1C8F
800
#1466
900
#0D41
950
#0829

Shades

Darker variations

1#125C61
2#105156
3#0E474B
4#0C3D41
5#0A3336
6#08292B
7#061F20
8#041416
9#020A0B

Tints

Lighter variations

1#1A848C
2#20A3AC
3#26C2CD
4#3DD1DB
5#5DD9E1
6#7EE0E7
7#9EE8ED
8#BEF0F3
9#DFF7F9

Tones

Muted variations

1#186267
2#1D5E63
3#215A5F
4#25575A
5#2A5356
6#2E4F51
7#334B4D
8#374749
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
9CE7
#9CE7ED
BordersInactive statesPlaceholder text
400
68DB
#68DBE3
Disabled statesSecondary iconsMuted text
500
3DD1
#3DD1DB
Primary brand colorCTAsActive elementsLinks
600
23B3
#23B3BE
Hover statesFocus ringsPrimary buttons hover
700
1C8F
#1C8F97
Active/pressed statesDark mode accentsSecondary text
800
1466
#14666C
Text on light backgroundsHeadingsStrong borders
900
0D41
#0D4145
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: #9CE7ED;
  --teal-400: #68DBE3;
  --teal-500: #3DD1DB;
  --teal-600: #23B3BE;
  --teal-700: #1C8F97;
  --teal-800: #14666C;
  --teal-900: #0D4145;
  --teal-950: #08292B;
}
Generate More ShadesCreate PaletteConvert Color