#17758c
a dark, vivid cyan · cool · closest name: teal
RGB
23, 117, 140
HSL
192°, 72%, 32%
CMYK
84, 16, 0, 45
Luminance
0.1480
Every format
| HEX | #17758c |
| RGB | rgb(23, 117, 140) |
| HSL | hsl(192, 72%, 32%) |
| CMYK | cmyk(84%, 16%, 0%, 45%) |
| LAB | lab(45.4 -17.6 -20.0) |
| LCH | lch(45.4 26.6 228.7) |
| OKLCH | oklch(0.522 0.088 219.3) |
Copy-ready code
/* CSS */
color: #17758c;
background-color: #17758c;
/* Tailwind (arbitrary) */
class="text-[#17758c] bg-[#17758c]"
/* SCSS */
$brand: #17758c;
/* SwiftUI */
Color(red: 0.090, green: 0.459, blue: 0.549)
/* Android */
Color.parseColor("#17758c")Accessibility — WCAG contrast
Aa
#17758c on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#17758c on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green45.9%
Blue54.9%
CMYK percentages
Cyan83.6%
Magenta16.4%
Yellow0.0%
Key (black)45.1%
Color previews
#17758c text on a black background
contrast 3.96:1
Card sample
#17758c text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17758c;
Background color
Panel with #17758c background
background-color: #17758c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17758c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 117, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 117, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17758c; background: linear-gradient(135deg, #17758c, #17278C);