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