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