#17848c
a dark, vivid cyan · cool · closest name: teal
RGB
23, 132, 140
HSL
184°, 72%, 32%
CMYK
84, 6, 0, 45
Luminance
0.1858
Every format
| HEX | #17848c |
| RGB | rgb(23, 132, 140) |
| HSL | hsl(184, 72%, 32%) |
| CMYK | cmyk(84%, 6%, 0%, 45%) |
| LAB | lab(50.2 -25.5 -12.6) |
| LCH | lch(50.2 28.4 206.3) |
| OKLCH | oklch(0.561 0.090 202.8) |
Copy-ready code
/* CSS */
color: #17848c;
background-color: #17848c;
/* Tailwind (arbitrary) */
class="text-[#17848c] bg-[#17848c]"
/* SCSS */
$brand: #17848c;
/* SwiftUI */
Color(red: 0.090, green: 0.518, blue: 0.549)
/* Android */
Color.parseColor("#17848c")Accessibility — WCAG contrast
Aa
#17848c on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#17848c on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green51.8%
Blue54.9%
CMYK percentages
Cyan83.6%
Magenta5.7%
Yellow0.0%
Key (black)45.1%
Color previews
#17848c text on a black background
contrast 4.72:1
Card sample
#17848c text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17848c;
Background color
Panel with #17848c background
background-color: #17848c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17848c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 132, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 132, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17848c; background: linear-gradient(135deg, #17848c, #17368C);