Teal

#156A6A

Cyan

Color Codes

All color formats for development

HEX
#156A6A
RGB
rgb(21, 106, 106)
HSL
hsl(180, 67%, 25%)
OKLCH
oklch(0.478 0.076 194.9)
CMYK
cmyk(80%, 0%, 0%, 58%)

Accessibility

WCAG contrast compliance

On White Background

6.36:1

AA AAA

On Black Background

3.30:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FC
100
#E1F9
200
#C8F4
300
#9DEC
400
#6AE2
500
#3FD9
600
#25BB
700
#1D95
800
#156A
900
#0D44
950
#082B

Shades

Darker variations

1#136060
2#115555
3#0F4B4B
4#0D4040
5#0B3535
6#082B2B
7#062020
8#041515
9#020B0B

Tints

Lighter variations

1#1B8A8A
2#22AAAA
3#28CACA
4#3FD9D9
5#5FDFDF
6#7FE6E6
7#9FECEC
8#BFF2F2
9#DFF9F9

Tones

Muted variations

1#196666
2#1E6262
3#225E5E
4#265959
5#2A5555
6#2F5151
7#334D4D
8#374848
9#3B4444

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FC
#F2FCFC
BackgroundsSubtle highlightsCard backgrounds
100
E1F9
#E1F9F9
Light backgroundsTable row hoverSkeleton loading
200
C8F4
#C8F4F4
Secondary backgroundsInput backgroundsDividers
300
9DEC
#9DECEC
BordersInactive statesPlaceholder text
400
6AE2
#6AE2E2
Disabled statesSecondary iconsMuted text
500
3FD9
#3FD9D9
Primary brand colorCTAsActive elementsLinks
600
25BB
#25BBBB
Hover statesFocus ringsPrimary buttons hover
700
1D95
#1D9595
Active/pressed statesDark mode accentsSecondary text
800
156A
#156A6A
Text on light backgroundsHeadingsStrong borders
900
0D44
#0D4444
Primary textHigh emphasis contentDark headings
950
082B
#082B2B
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F2FCFC;
  --teal-100: #E1F9F9;
  --teal-200: #C8F4F4;
  --teal-300: #9DECEC;
  --teal-400: #6AE2E2;
  --teal-500: #3FD9D9;
  --teal-600: #25BBBB;
  --teal-700: #1D9595;
  --teal-800: #156A6A;
  --teal-900: #0D4444;
  --teal-950: #082B2B;
}
Generate More ShadesCreate PaletteConvert Color