#471069
a deep, vivid violet · warm · closest name: midnightblue
RGB
71, 16, 105
HSL
277°, 74%, 24%
CMYK
32, 85, 0, 59
Luminance
0.0273
Every format
| HEX | #471069 |
| RGB | rgb(71, 16, 105) |
| HSL | hsl(277, 74%, 24%) |
| CMYK | cmyk(32%, 85%, 0%, 59%) |
| LAB | lab(18.9 40.9 -39.8) |
| LCH | lch(18.9 57.0 315.8) |
| OKLCH | oklch(0.320 0.143 307.9) |
Copy-ready code
/* CSS */
color: #471069;
background-color: #471069;
/* Tailwind (arbitrary) */
class="text-[#471069] bg-[#471069]"
/* SCSS */
$brand: #471069;
/* SwiftUI */
Color(red: 0.278, green: 0.063, blue: 0.412)
/* Android */
Color.parseColor("#471069")Accessibility — WCAG contrast
Aa
#471069 on white: 13.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#471069 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green6.3%
Blue41.2%
CMYK percentages
Cyan32.4%
Magenta84.8%
Yellow0.0%
Key (black)58.8%
Color previews
#471069 text on a black background
contrast 1.55:1
Card sample
#471069 text on a white background
contrast 13.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #471069;
Background color
Panel with #471069 background
background-color: #471069;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #471069;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 16, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 16, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #471069; background: linear-gradient(135deg, #471069, #691050);