#66112b
a deep, vivid magenta / pink · warm · closest name: maroon
RGB
102, 17, 43
HSL
342°, 71%, 23%
CMYK
0, 83, 58, 60
Luminance
0.0340
Every format
| HEX | #66112b |
| RGB | rgb(102, 17, 43) |
| HSL | hsl(342, 71%, 23%) |
| CMYK | cmyk(0%, 83%, 58%, 60%) |
| LAB | lab(21.6 38.4 7.1) |
| LCH | lch(21.6 39.0 10.4) |
| OKLCH | oklch(0.339 0.118 8.8) |
Copy-ready code
/* CSS */
color: #66112b;
background-color: #66112b;
/* Tailwind (arbitrary) */
class="text-[#66112b] bg-[#66112b]"
/* SCSS */
$brand: #66112b;
/* SwiftUI */
Color(red: 0.400, green: 0.067, blue: 0.169)
/* Android */
Color.parseColor("#66112b")Accessibility — WCAG contrast
Aa
#66112b on white: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#66112b on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green6.7%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta83.3%
Yellow57.8%
Key (black)60.0%
Color previews
#66112b text on a black background
contrast 1.68:1
Card sample
#66112b text on a white background
contrast 12.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #66112b;
Background color
Panel with #66112b background
background-color: #66112b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #66112b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 17, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 17, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #66112b; background: linear-gradient(135deg, #66112b, #663011);