#351f3d
a deep, soft violet · warm · closest name: black
RGB
53, 31, 61
HSL
284°, 33%, 18%
CMYK
13, 49, 0, 76
Luminance
0.0207
Every format
| HEX | #351f3d |
| RGB | rgb(53, 31, 61) |
| HSL | hsl(284, 33%, 18%) |
| CMYK | cmyk(13%, 49%, 0%, 76%) |
| LAB | lab(15.9 17.1 -15.0) |
| LCH | lch(15.9 22.7 318.6) |
| OKLCH | oklch(0.282 0.060 316.6) |
Copy-ready code
/* CSS */
color: #351f3d;
background-color: #351f3d;
/* Tailwind (arbitrary) */
class="text-[#351f3d] bg-[#351f3d]"
/* SCSS */
$brand: #351f3d;
/* SwiftUI */
Color(red: 0.208, green: 0.122, blue: 0.239)
/* Android */
Color.parseColor("#351f3d")Accessibility — WCAG contrast
Aa
#351f3d on white: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#351f3d on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green12.2%
Blue23.9%
CMYK percentages
Cyan13.1%
Magenta49.2%
Yellow0.0%
Key (black)76.1%
Color previews
#351f3d text on a black background
contrast 1.41:1
Card sample
#351f3d text on a white background
contrast 14.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #351f3d;
Background color
Panel with #351f3d background
background-color: #351f3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #351f3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 31, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 31, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #351f3d; background: linear-gradient(135deg, #351f3d, #3D1F31);