Teal
#15809D
CyanColor Codes
All color formats for development
HEX
#15809DRGB
rgb(21, 128, 157)HSL
hsl(193, 76%, 35%)OKLCH
oklch(0.558 0.098 222.2)CMYK
cmyk(87%, 18%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#13738D
2#11667E
3#0F596E
4#0D4D5E
5#0B404F
6#09333F
7#06262F
8#041A1F
9#020D10
Tints
Lighter variations
1#1997BA
2#1DAFD7
3#33BDE3
4#50C6E7
5#6DD0EB
6#8AD9EF
7#A7E3F3
8#C5ECF7
9#E2F6FB
Tones
Muted variations
1#1C7C96
2#237890
3#2A7489
4#317082
5#376C7B
6#3E6974
7#45656E
8#4C6167
9#525D60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F5 #E0F5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EC #C5ECF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DE #98DEF1 | BordersInactive statesPlaceholder text |
| 400 | 62CC #62CCEA | Disabled statesSecondary iconsMuted text |
| 500 | 35BE #35BEE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BA1 #1BA1C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1580 #15809D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5B #0F5B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3A #0A3A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0624 #06242D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--teal-50: #F2FBFD;
--teal-100: #E0F5FB;
--teal-200: #C5ECF7;
--teal-300: #98DEF1;
--teal-400: #62CCEA;
--teal-500: #35BEE3;
--teal-600: #1BA1C5;
--teal-700: #15809D;
--teal-800: #0F5B70;
--teal-900: #0A3A48;
--teal-950: #06242D;
}