#66141f
a deep, vivid red · warm · closest name: maroon
RGB
102, 20, 31
HSL
352°, 67%, 24%
CMYK
0, 80, 70, 60
Luminance
0.0342
Every format
| HEX | #66141f |
| RGB | rgb(102, 20, 31) |
| HSL | hsl(352, 67%, 24%) |
| CMYK | cmyk(0%, 80%, 70%, 60%) |
| LAB | lab(21.7 36.5 15.5) |
| LCH | lch(21.7 39.6 23.1) |
| OKLCH | oklch(0.339 0.114 18.8) |
Copy-ready code
/* CSS */
color: #66141f;
background-color: #66141f;
/* Tailwind (arbitrary) */
class="text-[#66141f] bg-[#66141f]"
/* SCSS */
$brand: #66141f;
/* SwiftUI */
Color(red: 0.400, green: 0.078, blue: 0.122)
/* Android */
Color.parseColor("#66141f")Accessibility — WCAG contrast
Aa
#66141f on white: 12.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#66141f on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.0%
Green7.8%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta80.4%
Yellow69.6%
Key (black)60.0%
Color previews
#66141f text on a black background
contrast 1.68:1
Card sample
#66141f text on a white background
contrast 12.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #66141f;
Background color
Panel with #66141f background
background-color: #66141f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #66141f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(102, 20, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(102, 20, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #66141f; background: linear-gradient(135deg, #66141f, #664014);