Teal
#158D9D
CyanColor Codes
All color formats for development
HEX
#158D9DRGB
rgb(21, 141, 157)HSL
hsl(187, 76%, 35%)OKLCH
oklch(0.591 0.098 209.4)CMYK
cmyk(87%, 10%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#137F8D
2#11717E
3#0F636E
4#0D555E
5#0B474F
6#09393F
7#062A2F
8#041C1F
9#020E10
Tints
Lighter variations
1#19A7BA
2#1DC2D7
3#33CFE3
4#50D5E7
5#6DDCEB
6#8AE3EF
7#A7EAF3
8#C5F1F7
9#E2F8FB
Tones
Muted variations
1#1C8896
2#238390
3#2A7E89
4#317882
5#37737B
6#3E6E74
7#45696E
8#4C6467
9#525E60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F1 #C5F1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E7 #98E7F1 | BordersInactive statesPlaceholder text |
| 400 | 62DA #62DAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35CF #35CFE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BB2 #1BB2C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 158D #158D9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F65 #0F6570 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A41 #0A4148 | Primary textHigh emphasis contentDark headings |
| 950 | 0628 #06282D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FCFD;
--teal-100: #E0F8FB;
--teal-200: #C5F1F7;
--teal-300: #98E7F1;
--teal-400: #62DAEA;
--teal-500: #35CFE3;
--teal-600: #1BB2C5;
--teal-700: #158D9D;
--teal-800: #0F6570;
--teal-900: #0A4148;
--teal-950: #06282D;
}