#321925
a deep, soft magenta / pink · warm · closest name: black
RGB
50, 25, 37
HSL
331°, 33%, 15%
CMYK
0, 50, 26, 80
Luminance
0.0151
Every format
| HEX | #321925 |
| RGB | rgb(50, 25, 37) |
| HSL | hsl(331, 33%, 15%) |
| CMYK | cmyk(0%, 50%, 26%, 80%) |
| LAB | lab(12.7 14.5 -2.8) |
| LCH | lch(12.7 14.7 349.0) |
| OKLCH | oklch(0.253 0.044 350.5) |
Copy-ready code
/* CSS */
color: #321925;
background-color: #321925;
/* Tailwind (arbitrary) */
class="text-[#321925] bg-[#321925]"
/* SCSS */
$brand: #321925;
/* SwiftUI */
Color(red: 0.196, green: 0.098, blue: 0.145)
/* Android */
Color.parseColor("#321925")Accessibility — WCAG contrast
Aa
#321925 on white: 16.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#321925 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green9.8%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow26.0%
Key (black)80.4%
Color previews
#321925 text on a black background
contrast 1.30:1
Card sample
#321925 text on a white background
contrast 16.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #321925;
Background color
Panel with #321925 background
background-color: #321925;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #321925;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 25, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 25, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #321925; background: linear-gradient(135deg, #321925, #321E19);