#331c45
a deep, soft violet · warm · closest name: midnightblue
RGB
51, 28, 69
HSL
274°, 42%, 19%
CMYK
26, 59, 0, 73
Luminance
0.0196
Every format
| HEX | #331c45 |
| RGB | rgb(51, 28, 69) |
| HSL | hsl(274, 42%, 19%) |
| CMYK | cmyk(26%, 59%, 0%, 73%) |
| LAB | lab(15.3 20.5 -21.5) |
| LCH | lch(15.3 29.7 313.6) |
| OKLCH | oklch(0.278 0.077 308.1) |
Copy-ready code
/* CSS */
color: #331c45;
background-color: #331c45;
/* Tailwind (arbitrary) */
class="text-[#331c45] bg-[#331c45]"
/* SCSS */
$brand: #331c45;
/* SwiftUI */
Color(red: 0.200, green: 0.110, blue: 0.271)
/* Android */
Color.parseColor("#331c45")Accessibility — WCAG contrast
Aa
#331c45 on white: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331c45 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green11.0%
Blue27.1%
CMYK percentages
Cyan26.1%
Magenta59.4%
Yellow0.0%
Key (black)72.9%
Color previews
#331c45 text on a black background
contrast 1.39:1
Card sample
#331c45 text on a white background
contrast 15.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331c45;
Background color
Panel with #331c45 background
background-color: #331c45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331c45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 28, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 28, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331c45; background: linear-gradient(135deg, #331c45, #451C3C);