#29263f
a deep, soft blue · warm · closest name: black
RGB
41, 38, 63
HSL
247°, 25%, 20%
CMYK
35, 40, 0, 75
Luminance
0.0222
Every format
| HEX | #29263f |
| RGB | rgb(41, 38, 63) |
| HSL | hsl(247, 25%, 20%) |
| CMYK | cmyk(35%, 40%, 0%, 75%) |
| LAB | lab(16.6 8.3 -15.4) |
| LCH | lch(16.6 17.5 298.4) |
| OKLCH | oklch(0.284 0.045 288.7) |
Copy-ready code
/* CSS */
color: #29263f;
background-color: #29263f;
/* Tailwind (arbitrary) */
class="text-[#29263f] bg-[#29263f]"
/* SCSS */
$brand: #29263f;
/* SwiftUI */
Color(red: 0.161, green: 0.149, blue: 0.247)
/* Android */
Color.parseColor("#29263f")Accessibility — WCAG contrast
Aa
#29263f on white: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#29263f on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green14.9%
Blue24.7%
CMYK percentages
Cyan34.9%
Magenta39.7%
Yellow0.0%
Key (black)75.3%
Color previews
#29263f text on a black background
contrast 1.44:1
Card sample
#29263f text on a white background
contrast 14.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29263f;
Background color
Panel with #29263f background
background-color: #29263f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29263f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 38, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 38, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29263f; background: linear-gradient(135deg, #29263f, #3A263F);