#171925
a deep, soft blue · warm · closest name: black
RGB
23, 25, 37
HSL
231°, 23%, 12%
CMYK
38, 32, 0, 86
Luminance
0.0101
Every format
| HEX | #171925 |
| RGB | rgb(23, 25, 37) |
| HSL | hsl(231, 23%, 12%) |
| CMYK | cmyk(38%, 32%, 0%, 86%) |
| LAB | lab(9.1 2.7 -8.5) |
| LCH | lch(9.1 9.0 287.5) |
| OKLCH | oklch(0.217 0.024 276.9) |
Copy-ready code
/* CSS */
color: #171925;
background-color: #171925;
/* Tailwind (arbitrary) */
class="text-[#171925] bg-[#171925]"
/* SCSS */
$brand: #171925;
/* SwiftUI */
Color(red: 0.090, green: 0.098, blue: 0.145)
/* Android */
Color.parseColor("#171925")Accessibility — WCAG contrast
Aa
#171925 on white: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#171925 on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green9.8%
Blue14.5%
CMYK percentages
Cyan37.8%
Magenta32.4%
Yellow0.0%
Key (black)85.5%
Color previews
#171925 text on a black background
contrast 1.20:1
Card sample
#171925 text on a white background
contrast 17.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #171925;
Background color
Panel with #171925 background
background-color: #171925;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #171925;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 25, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 25, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #171925; background: linear-gradient(135deg, #171925, #1E1725);