#663347
a dark, soft magenta / pink · warm · closest name: gray
RGB
102, 51, 71
HSL
337°, 33%, 30%
CMYK
0, 50, 30, 60
Luminance
0.0565
Every format
| HEX | #663347 |
| RGB | rgb(102, 51, 71) |
| HSL | hsl(337, 33%, 30%) |
| CMYK | cmyk(0%, 50%, 30%, 60%) |
| LAB | lab(28.5 25.4 -2.0) |
| LCH | lch(28.5 25.5 355.6) |
| OKLCH | oklch(0.394 0.077 356.4) |
Copy-ready code
/* CSS */
color: #663347;
background-color: #663347;
/* Tailwind (arbitrary) */
class="text-[#663347] bg-[#663347]"
/* SCSS */
$brand: #663347;
/* SwiftUI */
Color(red: 0.400, green: 0.200, blue: 0.278)
/* Android */
Color.parseColor("#663347")Accessibility — WCAG contrast
Aa
#663347 on white: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#663347 on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green20.0%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow30.4%
Key (black)60.0%
Color previews
#663347 text on a black background
contrast 2.13:1
Card sample
#663347 text on a white background
contrast 9.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #663347;
Background color
Panel with #663347 background
background-color: #663347;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #663347;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 51, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 51, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #663347; background: linear-gradient(135deg, #663347, #664133);