#47366b
a dark, soft violet · warm · closest name: midnightblue
RGB
71, 54, 107
HSL
259°, 33%, 32%
CMYK
34, 50, 0, 58
Luminance
0.0504
Every format
| HEX | #47366b |
| RGB | rgb(71, 54, 107) |
| HSL | hsl(259, 33%, 32%) |
| CMYK | cmyk(34%, 50%, 0%, 58%) |
| LAB | lab(26.9 20.5 -28.3) |
| LCH | lch(26.9 35.0 305.9) |
| OKLCH | oklch(0.378 0.089 296.7) |
Copy-ready code
/* CSS */
color: #47366b;
background-color: #47366b;
/* Tailwind (arbitrary) */
class="text-[#47366b] bg-[#47366b]"
/* SCSS */
$brand: #47366b;
/* SwiftUI */
Color(red: 0.278, green: 0.212, blue: 0.420)
/* Android */
Color.parseColor("#47366b")Accessibility — WCAG contrast
Aa
#47366b on white: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#47366b on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green21.2%
Blue42.0%
CMYK percentages
Cyan33.6%
Magenta49.5%
Yellow0.0%
Key (black)58.0%
Color previews
#47366b text on a black background
contrast 2.01:1
Card sample
#47366b text on a white background
contrast 10.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47366b;
Background color
Panel with #47366b background
background-color: #47366b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47366b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 54, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 54, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47366b; background: linear-gradient(135deg, #47366b, #6A366B);