#17525b
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 82, 91
HSL
188°, 60%, 22%
CMYK
75, 10, 0, 64
Luminance
0.0697
Every format
| HEX | #17525b |
| RGB | rgb(23, 82, 91) |
| HSL | hsl(188, 60%, 22%) |
| CMYK | cmyk(75%, 10%, 0%, 64%) |
| LAB | lab(31.7 -15.3 -10.7) |
| LCH | lch(31.7 18.7 215.1) |
| OKLCH | oklch(0.406 0.060 209.6) |
Copy-ready code
/* CSS */
color: #17525b;
background-color: #17525b;
/* Tailwind (arbitrary) */
class="text-[#17525b] bg-[#17525b]"
/* SCSS */
$brand: #17525b;
/* SwiftUI */
Color(red: 0.090, green: 0.322, blue: 0.357)
/* Android */
Color.parseColor("#17525b")Accessibility — WCAG contrast
Aa
#17525b on white: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17525b on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.2%
Blue35.7%
CMYK percentages
Cyan74.7%
Magenta9.9%
Yellow0.0%
Key (black)64.3%
Color previews
#17525b text on a black background
contrast 2.39:1
Card sample
#17525b text on a white background
contrast 8.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17525b;
Background color
Panel with #17525b background
background-color: #17525b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17525b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 82, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 82, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17525b; background: linear-gradient(135deg, #17525b, #17255B);