#331f3f
a deep, soft violet · warm · closest name: black
RGB
51, 31, 63
HSL
278°, 34%, 18%
CMYK
19, 51, 0, 75
Luminance
0.0204
Every format
| HEX | #331f3f |
| RGB | rgb(51, 31, 63) |
| HSL | hsl(278, 34%, 18%) |
| CMYK | cmyk(19%, 51%, 0%, 75%) |
| LAB | lab(15.7 16.9 -16.7) |
| LCH | lch(15.7 23.7 315.3) |
| OKLCH | oklch(0.280 0.062 311.7) |
Copy-ready code
/* CSS */
color: #331f3f;
background-color: #331f3f;
/* Tailwind (arbitrary) */
class="text-[#331f3f] bg-[#331f3f]"
/* SCSS */
$brand: #331f3f;
/* SwiftUI */
Color(red: 0.200, green: 0.122, blue: 0.247)
/* Android */
Color.parseColor("#331f3f")Accessibility — WCAG contrast
Aa
#331f3f on white: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331f3f on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green12.2%
Blue24.7%
CMYK percentages
Cyan19.0%
Magenta50.8%
Yellow0.0%
Key (black)75.3%
Color previews
#331f3f text on a black background
contrast 1.41:1
Card sample
#331f3f text on a white background
contrast 14.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331f3f;
Background color
Panel with #331f3f background
background-color: #331f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 31, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 31, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331f3f; background: linear-gradient(135deg, #331f3f, #3F1F36);