#331f59
a deep, vivid violet · warm · closest name: midnightblue
RGB
51, 31, 89
HSL
261°, 48%, 24%
CMYK
43, 65, 0, 65
Luminance
0.0241
Every format
| HEX | #331f59 |
| RGB | rgb(51, 31, 89) |
| HSL | hsl(261, 48%, 24%) |
| CMYK | cmyk(43%, 65%, 0%, 65%) |
| LAB | lab(17.5 24.5 -31.7) |
| LCH | lch(17.5 40.0 307.7) |
| OKLCH | oklch(0.299 0.100 295.6) |
Copy-ready code
/* CSS */
color: #331f59;
background-color: #331f59;
/* Tailwind (arbitrary) */
class="text-[#331f59] bg-[#331f59]"
/* SCSS */
$brand: #331f59;
/* SwiftUI */
Color(red: 0.200, green: 0.122, blue: 0.349)
/* Android */
Color.parseColor("#331f59")Accessibility — WCAG contrast
Aa
#331f59 on white: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331f59 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green12.2%
Blue34.9%
CMYK percentages
Cyan42.7%
Magenta65.2%
Yellow0.0%
Key (black)65.1%
Color previews
#331f59 text on a black background
contrast 1.48:1
Card sample
#331f59 text on a white background
contrast 14.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331f59;
Background color
Panel with #331f59 background
background-color: #331f59;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331f59;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 31, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 31, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331f59; background: linear-gradient(135deg, #331f59, #591F58);