#660f2f
a deep, vivid magenta / pink · warm · closest name: maroon
RGB
102, 15, 47
HSL
338°, 74%, 23%
CMYK
0, 85, 54, 60
Luminance
0.0337
Every format
| HEX | #660f2f |
| RGB | rgb(102, 15, 47) |
| HSL | hsl(338, 74%, 23%) |
| CMYK | cmyk(0%, 85%, 54%, 60%) |
| LAB | lab(21.5 39.3 4.1) |
| LCH | lch(21.5 39.5 6.0) |
| OKLCH | oklch(0.339 0.121 5.1) |
Copy-ready code
/* CSS */
color: #660f2f;
background-color: #660f2f;
/* Tailwind (arbitrary) */
class="text-[#660f2f] bg-[#660f2f]"
/* SCSS */
$brand: #660f2f;
/* SwiftUI */
Color(red: 0.400, green: 0.059, blue: 0.184)
/* Android */
Color.parseColor("#660f2f")Accessibility — WCAG contrast
Aa
#660f2f on white: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#660f2f on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green5.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta85.3%
Yellow53.9%
Key (black)60.0%
Color previews
#660f2f text on a black background
contrast 1.67:1
Card sample
#660f2f text on a white background
contrast 12.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #660f2f;
Background color
Panel with #660f2f background
background-color: #660f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #660f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 15, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 15, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #660f2f; background: linear-gradient(135deg, #660f2f, #66290F);