#175243
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 82, 67
HSL
165°, 56%, 21%
CMYK
72, 0, 18, 68
Luminance
0.0662
Every format
| HEX | #175243 |
| RGB | rgb(23, 82, 67) |
| HSL | hsl(165, 56%, 21%) |
| CMYK | cmyk(72%, 0%, 18%, 68%) |
| LAB | lab(30.9 -23.0 3.3) |
| LCH | lch(30.9 23.2 171.8) |
| OKLCH | oklch(0.396 0.065 172.6) |
Copy-ready code
/* CSS */
color: #175243;
background-color: #175243;
/* Tailwind (arbitrary) */
class="text-[#175243] bg-[#175243]"
/* SCSS */
$brand: #175243;
/* SwiftUI */
Color(red: 0.090, green: 0.322, blue: 0.263)
/* Android */
Color.parseColor("#175243")Accessibility — WCAG contrast
Aa
#175243 on white: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175243 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.2%
Blue26.3%
CMYK percentages
Cyan72.0%
Magenta0.0%
Yellow18.3%
Key (black)67.8%
Color previews
#175243 text on a black background
contrast 2.32:1
Card sample
#175243 text on a white background
contrast 9.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175243;
Background color
Panel with #175243 background
background-color: #175243;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175243;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 82, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 82, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175243; background: linear-gradient(135deg, #175243, #173A52);