#331c3f
a deep, soft violet · warm · closest name: black
RGB
51, 28, 63
HSL
279°, 39%, 18%
CMYK
19, 56, 0, 75
Luminance
0.0189
Every format
| HEX | #331c3f |
| RGB | rgb(51, 28, 63) |
| HSL | hsl(279, 39%, 18%) |
| CMYK | cmyk(19%, 56%, 0%, 75%) |
| LAB | lab(14.9 18.9 -18.0) |
| LCH | lch(14.9 26.1 316.4) |
| OKLCH | oklch(0.274 0.068 313.0) |
Copy-ready code
/* CSS */
color: #331c3f;
background-color: #331c3f;
/* Tailwind (arbitrary) */
class="text-[#331c3f] bg-[#331c3f]"
/* SCSS */
$brand: #331c3f;
/* SwiftUI */
Color(red: 0.200, green: 0.110, blue: 0.247)
/* Android */
Color.parseColor("#331c3f")Accessibility — WCAG contrast
Aa
#331c3f on white: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331c3f on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green11.0%
Blue24.7%
CMYK percentages
Cyan19.0%
Magenta55.6%
Yellow0.0%
Key (black)75.3%
Color previews
#331c3f text on a black background
contrast 1.38:1
Card sample
#331c3f text on a white background
contrast 15.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331c3f;
Background color
Panel with #331c3f background
background-color: #331c3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331c3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 28, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 28, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331c3f; background: linear-gradient(135deg, #331c3f, #3F1C34);