#17525c
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 82, 92
HSL
189°, 60%, 23%
CMYK
75, 11, 0, 64
Luminance
0.0699
Every format
| HEX | #17525c |
| RGB | rgb(23, 82, 92) |
| HSL | hsl(189, 60%, 23%) |
| CMYK | cmyk(75%, 11%, 0%, 64%) |
| LAB | lab(31.8 -14.9 -11.3) |
| LCH | lch(31.8 18.7 217.2) |
| OKLCH | oklch(0.406 0.061 211.1) |
Copy-ready code
/* CSS */
color: #17525c;
background-color: #17525c;
/* Tailwind (arbitrary) */
class="text-[#17525c] bg-[#17525c]"
/* SCSS */
$brand: #17525c;
/* SwiftUI */
Color(red: 0.090, green: 0.322, blue: 0.361)
/* Android */
Color.parseColor("#17525c")Accessibility — WCAG contrast
Aa
#17525c on white: 8.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17525c on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.2%
Blue36.1%
CMYK percentages
Cyan75.0%
Magenta10.9%
Yellow0.0%
Key (black)63.9%
Color previews
#17525c text on a black background
contrast 2.40:1
Card sample
#17525c text on a white background
contrast 8.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17525c;
Background color
Panel with #17525c background
background-color: #17525c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17525c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 82, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 82, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17525c; background: linear-gradient(135deg, #17525c, #17245C);