#17293a
a deep, soft blue · cool · closest name: black
RGB
23, 41, 58
HSL
209°, 43%, 16%
CMYK
60, 29, 0, 77
Luminance
0.0207
Every format
| HEX | #17293a |
| RGB | rgb(23, 41, 58) |
| HSL | hsl(209, 43%, 16%) |
| CMYK | cmyk(60%, 29%, 0%, 77%) |
| LAB | lab(15.9 -1.4 -13.2) |
| LCH | lch(15.9 13.3 263.8) |
| OKLCH | oklch(0.274 0.040 248.1) |
Copy-ready code
/* CSS */
color: #17293a;
background-color: #17293a;
/* Tailwind (arbitrary) */
class="text-[#17293a] bg-[#17293a]"
/* SCSS */
$brand: #17293a;
/* SwiftUI */
Color(red: 0.090, green: 0.161, blue: 0.227)
/* Android */
Color.parseColor("#17293a")Accessibility — WCAG contrast
Aa
#17293a on white: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17293a on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green16.1%
Blue22.7%
CMYK percentages
Cyan60.3%
Magenta29.3%
Yellow0.0%
Key (black)77.3%
Color previews
#17293a text on a black background
contrast 1.41:1
Card sample
#17293a text on a white background
contrast 14.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17293a;
Background color
Panel with #17293a background
background-color: #17293a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17293a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 41, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 41, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17293a; background: linear-gradient(135deg, #17293a, #1C173A);