#175f6d
a dark, vivid cyan · cool · closest name: darkslategray
RGB
23, 95, 109
HSL
190°, 65%, 26%
CMYK
79, 13, 0, 57
Luminance
0.0947
Every format
| HEX | #175f6d |
| RGB | rgb(23, 95, 109) |
| HSL | hsl(190, 65%, 26%) |
| CMYK | cmyk(79%, 13%, 0%, 57%) |
| LAB | lab(36.9 -16.3 -14.2) |
| LCH | lch(36.9 21.6 221.0) |
| OKLCH | oklch(0.449 0.071 213.9) |
Copy-ready code
/* CSS */
color: #175f6d;
background-color: #175f6d;
/* Tailwind (arbitrary) */
class="text-[#175f6d] bg-[#175f6d]"
/* SCSS */
$brand: #175f6d;
/* SwiftUI */
Color(red: 0.090, green: 0.373, blue: 0.427)
/* Android */
Color.parseColor("#175f6d")Accessibility — WCAG contrast
Aa
#175f6d on white: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175f6d on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green37.3%
Blue42.7%
CMYK percentages
Cyan78.9%
Magenta12.8%
Yellow0.0%
Key (black)57.3%
Color previews
#175f6d text on a black background
contrast 2.89:1
Card sample
#175f6d text on a white background
contrast 7.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175f6d;
Background color
Panel with #175f6d background
background-color: #175f6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175f6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 95, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 95, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175f6d; background: linear-gradient(135deg, #175f6d, #17266D);