#17535f
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 83, 95
HSL
190°, 61%, 23%
CMYK
76, 13, 0, 63
Luminance
0.0719
Every format
| HEX | #17535f |
| RGB | rgb(23, 83, 95) |
| HSL | hsl(190, 61%, 23%) |
| CMYK | cmyk(76%, 13%, 0%, 63%) |
| LAB | lab(32.3 -14.4 -12.5) |
| LCH | lch(32.3 19.1 220.9) |
| OKLCH | oklch(0.410 0.062 213.9) |
Copy-ready code
/* CSS */
color: #17535f;
background-color: #17535f;
/* Tailwind (arbitrary) */
class="text-[#17535f] bg-[#17535f]"
/* SCSS */
$brand: #17535f;
/* SwiftUI */
Color(red: 0.090, green: 0.325, blue: 0.373)
/* Android */
Color.parseColor("#17535f")Accessibility — WCAG contrast
Aa
#17535f on white: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17535f on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.5%
Blue37.3%
CMYK percentages
Cyan75.8%
Magenta12.6%
Yellow0.0%
Key (black)62.7%
Color previews
#17535f text on a black background
contrast 2.44:1
Card sample
#17535f text on a white background
contrast 8.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17535f;
Background color
Panel with #17535f background
background-color: #17535f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17535f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 83, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 83, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17535f; background: linear-gradient(135deg, #17535f, #17235F);