#331447
a deep, vivid violet · warm · closest name: midnightblue
RGB
51, 20, 71
HSL
277°, 56%, 18%
CMYK
28, 72, 0, 72
Luminance
0.0166
Every format
| HEX | #331447 |
| RGB | rgb(51, 20, 71) |
| HSL | hsl(277, 56%, 18%) |
| CMYK | cmyk(28%, 72%, 0%, 72%) |
| LAB | lab(13.6 26.0 -25.7) |
| LCH | lch(13.6 36.5 315.4) |
| OKLCH | oklch(0.266 0.094 309.4) |
Copy-ready code
/* CSS */
color: #331447;
background-color: #331447;
/* Tailwind (arbitrary) */
class="text-[#331447] bg-[#331447]"
/* SCSS */
$brand: #331447;
/* SwiftUI */
Color(red: 0.200, green: 0.078, blue: 0.278)
/* Android */
Color.parseColor("#331447")Accessibility — WCAG contrast
Aa
#331447 on white: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331447 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green7.8%
Blue27.8%
CMYK percentages
Cyan28.2%
Magenta71.8%
Yellow0.0%
Key (black)72.2%
Color previews
#331447 text on a black background
contrast 1.33:1
Card sample
#331447 text on a white background
contrast 15.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331447;
Background color
Panel with #331447 background
background-color: #331447;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331447;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 20, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 20, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331447; background: linear-gradient(135deg, #331447, #471439);