#331c40
a deep, soft violet · warm · closest name: black
RGB
51, 28, 64
HSL
278°, 39%, 18%
CMYK
20, 56, 0, 75
Luminance
0.0190
Every format
| HEX | #331c40 |
| RGB | rgb(51, 28, 64) |
| HSL | hsl(278, 39%, 18%) |
| CMYK | cmyk(20%, 56%, 0%, 75%) |
| LAB | lab(15.0 19.1 -18.6) |
| LCH | lch(15.0 26.7 315.9) |
| OKLCH | oklch(0.275 0.070 312.1) |
Copy-ready code
/* CSS */
color: #331c40;
background-color: #331c40;
/* Tailwind (arbitrary) */
class="text-[#331c40] bg-[#331c40]"
/* SCSS */
$brand: #331c40;
/* SwiftUI */
Color(red: 0.200, green: 0.110, blue: 0.251)
/* Android */
Color.parseColor("#331c40")Accessibility — WCAG contrast
Aa
#331c40 on white: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331c40 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green11.0%
Blue25.1%
CMYK percentages
Cyan20.3%
Magenta56.2%
Yellow0.0%
Key (black)74.9%
Color previews
#331c40 text on a black background
contrast 1.38:1
Card sample
#331c40 text on a white background
contrast 15.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331c40;
Background color
Panel with #331c40 background
background-color: #331c40;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331c40;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 28, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 28, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331c40; background: linear-gradient(135deg, #331c40, #401C35);