#17514c
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 81, 76
HSL
175°, 56%, 20%
CMYK
72, 0, 6, 68
Luminance
0.0659
Every format
| HEX | #17514c |
| RGB | rgb(23, 81, 76) |
| HSL | hsl(175, 56%, 20%) |
| CMYK | cmyk(72%, 0%, 6%, 68%) |
| LAB | lab(30.9 -19.7 -2.5) |
| LCH | lch(30.9 19.9 187.3) |
| OKLCH | oklch(0.397 0.059 186.9) |
Copy-ready code
/* CSS */
color: #17514c;
background-color: #17514c;
/* Tailwind (arbitrary) */
class="text-[#17514c] bg-[#17514c]"
/* SCSS */
$brand: #17514c;
/* SwiftUI */
Color(red: 0.090, green: 0.318, blue: 0.298)
/* Android */
Color.parseColor("#17514c")Accessibility — WCAG contrast
Aa
#17514c on white: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17514c on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green31.8%
Blue29.8%
CMYK percentages
Cyan71.6%
Magenta0.0%
Yellow6.2%
Key (black)68.2%
Color previews
#17514c text on a black background
contrast 2.32:1
Card sample
#17514c text on a white background
contrast 9.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17514c;
Background color
Panel with #17514c background
background-color: #17514c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17514c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 81, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 81, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17514c; background: linear-gradient(135deg, #17514c, #172F51);