#331f5b
a deep, vivid violet · warm · closest name: midnightblue
RGB
51, 31, 91
HSL
260°, 49%, 24%
CMYK
44, 66, 0, 64
Luminance
0.0244
Every format
| HEX | #331f5b |
| RGB | rgb(51, 31, 91) |
| HSL | hsl(260, 49%, 24%) |
| CMYK | cmyk(44%, 66%, 0%, 64%) |
| LAB | lab(17.6 25.1 -32.7) |
| LCH | lch(17.6 41.3 307.5) |
| OKLCH | oklch(0.301 0.103 294.8) |
Copy-ready code
/* CSS */
color: #331f5b;
background-color: #331f5b;
/* Tailwind (arbitrary) */
class="text-[#331f5b] bg-[#331f5b]"
/* SCSS */
$brand: #331f5b;
/* SwiftUI */
Color(red: 0.200, green: 0.122, blue: 0.357)
/* Android */
Color.parseColor("#331f5b")Accessibility — WCAG contrast
Aa
#331f5b on white: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331f5b on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green12.2%
Blue35.7%
CMYK percentages
Cyan44.0%
Magenta65.9%
Yellow0.0%
Key (black)64.3%
Color previews
#331f5b text on a black background
contrast 1.49:1
Card sample
#331f5b text on a white background
contrast 14.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331f5b;
Background color
Panel with #331f5b background
background-color: #331f5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331f5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 31, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 31, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331f5b; background: linear-gradient(135deg, #331f5b, #5B1F5B);