#29103c
a deep, vivid violet · warm · closest name: midnightblue
RGB
41, 16, 60
HSL
274°, 58%, 15%
CMYK
32, 73, 0, 77
Luminance
0.0117
Every format
| HEX | #29103c |
| RGB | rgb(41, 16, 60) |
| HSL | hsl(274, 58%, 15%) |
| CMYK | cmyk(32%, 73%, 0%, 77%) |
| LAB | lab(10.3 22.6 -23.2) |
| LCH | lch(10.3 32.4 314.2) |
| OKLCH | oklch(0.237 0.083 307.4) |
Copy-ready code
/* CSS */
color: #29103c;
background-color: #29103c;
/* Tailwind (arbitrary) */
class="text-[#29103c] bg-[#29103c]"
/* SCSS */
$brand: #29103c;
/* SwiftUI */
Color(red: 0.161, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#29103c")Accessibility — WCAG contrast
Aa
#29103c on white: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#29103c on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green6.3%
Blue23.5%
CMYK percentages
Cyan31.7%
Magenta73.3%
Yellow0.0%
Key (black)76.5%
Color previews
#29103c text on a black background
contrast 1.23:1
Card sample
#29103c text on a white background
contrast 17.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29103c;
Background color
Panel with #29103c background
background-color: #29103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29103c; background: linear-gradient(135deg, #29103c, #3C1032);