#17526c
a dark, vivid cyan · cool · closest name: darkslategray
RGB
23, 82, 108
HSL
198°, 65%, 26%
CMYK
79, 24, 0, 58
Luminance
0.0730
Every format
| HEX | #17526c |
| RGB | rgb(23, 82, 108) |
| HSL | hsl(198, 65%, 26%) |
| CMYK | cmyk(79%, 24%, 0%, 58%) |
| LAB | lab(32.5 -9.0 -20.3) |
| LCH | lch(32.5 22.3 246.1) |
| OKLCH | oklch(0.414 0.073 231.7) |
Copy-ready code
/* CSS */
color: #17526c;
background-color: #17526c;
/* Tailwind (arbitrary) */
class="text-[#17526c] bg-[#17526c]"
/* SCSS */
$brand: #17526c;
/* SwiftUI */
Color(red: 0.090, green: 0.322, blue: 0.424)
/* Android */
Color.parseColor("#17526c")Accessibility — WCAG contrast
Aa
#17526c on white: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17526c on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.2%
Blue42.4%
CMYK percentages
Cyan78.7%
Magenta24.1%
Yellow0.0%
Key (black)57.6%
Color previews
#17526c text on a black background
contrast 2.46:1
Card sample
#17526c text on a white background
contrast 8.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17526c;
Background color
Panel with #17526c background
background-color: #17526c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17526c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 82, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 82, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17526c; background: linear-gradient(135deg, #17526c, #17196C);