Teal

#159D94

Cyan

Color Codes

All color formats for development

HEX
#159D94
RGB
rgb(21, 157, 148)
HSL
hsl(176, 76%, 35%)
OKLCH
oklch(0.629 0.106 187.5)
CMYK
cmyk(87%, 0%, 6%, 38%)

Accessibility

WCAG contrast compliance

On White Background

3.34:1

AA AAA

On Black Background

6.28:1

AA AAA
Run full accessibility check

Tailwind Scale

50-950 scale matching Tailwind CSS naming

50
#F2FD
100
#E0FB
200
#C5F7
300
#98F1
400
#62EA
500
#35E3
600
#1BC5
700
#159D
800
#0F70
900
#0A48
950
#062D

Shades

Darker variations

1#138D85
2#117E76
3#0F6E68
4#0D5E59
5#0B4F4A
6#093F3B
7#062F2C
8#041F1E
9#02100F

Tints

Lighter variations

1#19BAB0
2#1DD7CB
3#33E3D7
4#50E7DD
5#6DEBE3
6#8AEFE8
7#A7F3EE
8#C5F7F4
9#E2FBF9

Tones

Muted variations

1#1C968E
2#239088
3#2A8982
4#31827D
5#377B77
6#3E7471
7#456E6B
8#4C6765
9#52605F

Usage Guidelines

Recommended use cases for each shade level

LevelColorTypical Use Cases
50
F2FD
#F2FDFC
BackgroundsSubtle highlightsCard backgrounds
100
E0FB
#E0FBF9
Light backgroundsTable row hoverSkeleton loading
200
C5F7
#C5F7F4
Secondary backgroundsInput backgroundsDividers
300
98F1
#98F1EB
BordersInactive statesPlaceholder text
400
62EA
#62EAE1
Disabled statesSecondary iconsMuted text
500
35E3
#35E3D8
Primary brand colorCTAsActive elementsLinks
600
1BC5
#1BC5BA
Hover statesFocus ringsPrimary buttons hover
700
159D
#159D94
Active/pressed statesDark mode accentsSecondary text
800
0F70
#0F706A
Text on light backgroundsHeadingsStrong borders
900
0A48
#0A4844
Primary textHigh emphasis contentDark headings
950
062D
#062D2A
Maximum contrast textDark mode backgrounds

Export Code

Copy ready-to-use code for your project

:root {
  --teal-50: #F2FDFC;
  --teal-100: #E0FBF9;
  --teal-200: #C5F7F4;
  --teal-300: #98F1EB;
  --teal-400: #62EAE1;
  --teal-500: #35E3D8;
  --teal-600: #1BC5BA;
  --teal-700: #159D94;
  --teal-800: #0F706A;
  --teal-900: #0A4844;
  --teal-950: #062D2A;
}
Generate More ShadesCreate PaletteConvert Color