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