#331c3b
a deep, soft violet · warm · closest name: black
RGB
51, 28, 59
HSL
285°, 36%, 17%
CMYK
14, 53, 0, 77
Luminance
0.0185
Every format
| HEX | #331c3b |
| RGB | rgb(51, 28, 59) |
| HSL | hsl(285, 36%, 17%) |
| CMYK | cmyk(14%, 53%, 0%, 77%) |
| LAB | lab(14.7 17.8 -15.5) |
| LCH | lch(14.7 23.6 319.0) |
| OKLCH | oklch(0.272 0.063 316.9) |
Copy-ready code
/* CSS */
color: #331c3b;
background-color: #331c3b;
/* Tailwind (arbitrary) */
class="text-[#331c3b] bg-[#331c3b]"
/* SCSS */
$brand: #331c3b;
/* SwiftUI */
Color(red: 0.200, green: 0.110, blue: 0.231)
/* Android */
Color.parseColor("#331c3b")Accessibility — WCAG contrast
Aa
#331c3b on white: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331c3b on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green11.0%
Blue23.1%
CMYK percentages
Cyan13.6%
Magenta52.5%
Yellow0.0%
Key (black)76.9%
Color previews
#331c3b text on a black background
contrast 1.37:1
Card sample
#331c3b text on a white background
contrast 15.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331c3b;
Background color
Panel with #331c3b background
background-color: #331c3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331c3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 28, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 28, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331c3b; background: linear-gradient(135deg, #331c3b, #3B1C2E);