#175352
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 83, 82
HSL
179°, 57%, 21%
CMYK
72, 0, 1, 68
Luminance
0.0698
Every format
| HEX | #175352 |
| RGB | rgb(23, 83, 82) |
| HSL | hsl(179, 57%, 21%) |
| CMYK | cmyk(72%, 0%, 1%, 68%) |
| LAB | lab(31.8 -18.9 -5.0) |
| LCH | lch(31.8 19.5 194.8) |
| OKLCH | oklch(0.405 0.060 193.4) |
Copy-ready code
/* CSS */
color: #175352;
background-color: #175352;
/* Tailwind (arbitrary) */
class="text-[#175352] bg-[#175352]"
/* SCSS */
$brand: #175352;
/* SwiftUI */
Color(red: 0.090, green: 0.325, blue: 0.322)
/* Android */
Color.parseColor("#175352")Accessibility — WCAG contrast
Aa
#175352 on white: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175352 on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.5%
Blue32.2%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow1.2%
Key (black)67.5%
Color previews
#175352 text on a black background
contrast 2.40:1
Card sample
#175352 text on a white background
contrast 8.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175352;
Background color
Panel with #175352 background
background-color: #175352;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175352;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 83, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 83, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175352; background: linear-gradient(135deg, #175352, #172C53);