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