#661f3d
a dark, vivid magenta / pink · warm · closest name: maroon
RGB
102, 31, 61
HSL
335°, 53%, 26%
CMYK
0, 70, 40, 60
Luminance
0.0414
Every format
| HEX | #661f3d |
| RGB | rgb(102, 31, 61) |
| HSL | hsl(335, 53%, 26%) |
| CMYK | cmyk(0%, 70%, 40%, 60%) |
| LAB | lab(24.1 34.7 -1.7) |
| LCH | lch(24.1 34.7 357.2) |
| OKLCH | oklch(0.360 0.106 357.8) |
Copy-ready code
/* CSS */
color: #661f3d;
background-color: #661f3d;
/* Tailwind (arbitrary) */
class="text-[#661f3d] bg-[#661f3d]"
/* SCSS */
$brand: #661f3d;
/* SwiftUI */
Color(red: 0.400, green: 0.122, blue: 0.239)
/* Android */
Color.parseColor("#661f3d")Accessibility — WCAG contrast
Aa
#661f3d on white: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#661f3d on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green12.2%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta69.6%
Yellow40.2%
Key (black)60.0%
Color previews
#661f3d text on a black background
contrast 1.83:1
Card sample
#661f3d text on a white background
contrast 11.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #661f3d;
Background color
Panel with #661f3d background
background-color: #661f3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #661f3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 31, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 31, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #661f3d; background: linear-gradient(135deg, #661f3d, #66301F);