#291466
a deep, vivid violet · warm · closest name: midnightblue
RGB
41, 20, 102
HSL
255°, 67%, 24%
CMYK
60, 80, 0, 60
Luminance
0.0193
Every format
| HEX | #291466 |
| RGB | rgb(41, 20, 102) |
| HSL | hsl(255, 67%, 24%) |
| CMYK | cmyk(60%, 80%, 0%, 60%) |
| LAB | lab(15.1 33.2 -44.2) |
| LCH | lch(15.1 55.3 306.9) |
| OKLCH | oklch(0.283 0.132 286.1) |
Copy-ready code
/* CSS */
color: #291466;
background-color: #291466;
/* Tailwind (arbitrary) */
class="text-[#291466] bg-[#291466]"
/* SCSS */
$brand: #291466;
/* SwiftUI */
Color(red: 0.161, green: 0.078, blue: 0.400)
/* Android */
Color.parseColor("#291466")Accessibility — WCAG contrast
Aa
#291466 on white: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#291466 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green7.8%
Blue40.0%
CMYK percentages
Cyan59.8%
Magenta80.4%
Yellow0.0%
Key (black)60.0%
Color previews
#291466 text on a black background
contrast 1.39:1
Card sample
#291466 text on a white background
contrast 15.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #291466;
Background color
Panel with #291466 background
background-color: #291466;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #291466;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 20, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 20, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #291466; background: linear-gradient(135deg, #291466, #601466);