#47366d
a dark, soft violet · warm · closest name: midnightblue
RGB
71, 54, 109
HSL
259°, 34%, 32%
CMYK
35, 51, 0, 57
Luminance
0.0508
Every format
| HEX | #47366d |
| RGB | rgb(71, 54, 109) |
| HSL | hsl(259, 34%, 32%) |
| CMYK | cmyk(35%, 51%, 0%, 57%) |
| LAB | lab(27.0 21.1 -29.4) |
| LCH | lch(27.0 36.2 305.7) |
| OKLCH | oklch(0.379 0.092 296.0) |
Copy-ready code
/* CSS */
color: #47366d;
background-color: #47366d;
/* Tailwind (arbitrary) */
class="text-[#47366d] bg-[#47366d]"
/* SCSS */
$brand: #47366d;
/* SwiftUI */
Color(red: 0.278, green: 0.212, blue: 0.427)
/* Android */
Color.parseColor("#47366d")Accessibility — WCAG contrast
Aa
#47366d on white: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#47366d on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green21.2%
Blue42.7%
CMYK percentages
Cyan34.9%
Magenta50.5%
Yellow0.0%
Key (black)57.3%
Color previews
#47366d text on a black background
contrast 2.02:1
Card sample
#47366d text on a white background
contrast 10.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47366d;
Background color
Panel with #47366d background
background-color: #47366d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47366d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 54, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 54, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47366d; background: linear-gradient(135deg, #47366d, #6C366D);