#175f4d
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 95, 77
HSL
165°, 61%, 23%
CMYK
76, 0, 19, 63
Luminance
0.0890
Every format
| HEX | #175f4d |
| RGB | rgb(23, 95, 77) |
| HSL | hsl(165, 61%, 23%) |
| CMYK | cmyk(76%, 0%, 19%, 63%) |
| LAB | lab(35.8 -26.6 4.0) |
| LCH | lch(35.8 26.9 171.3) |
| OKLCH | oklch(0.437 0.075 172.2) |
Copy-ready code
/* CSS */
color: #175f4d;
background-color: #175f4d;
/* Tailwind (arbitrary) */
class="text-[#175f4d] bg-[#175f4d]"
/* SCSS */
$brand: #175f4d;
/* SwiftUI */
Color(red: 0.090, green: 0.373, blue: 0.302)
/* Android */
Color.parseColor("#175f4d")Accessibility — WCAG contrast
Aa
#175f4d on white: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175f4d on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green37.3%
Blue30.2%
CMYK percentages
Cyan75.8%
Magenta0.0%
Yellow18.9%
Key (black)62.7%
Color previews
#175f4d text on a black background
contrast 2.78:1
Card sample
#175f4d text on a white background
contrast 7.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175f4d;
Background color
Panel with #175f4d background
background-color: #175f4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175f4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 95, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 95, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175f4d; background: linear-gradient(135deg, #175f4d, #17415F);