#69002c
a deep, electric magenta / pink · warm · closest name: maroon
RGB
105, 0, 44
HSL
335°, 100%, 21%
CMYK
0, 100, 58, 59
Luminance
0.0319
Every format
| HEX | #69002c |
| RGB | rgb(105, 0, 44) |
| HSL | hsl(335, 100%, 21%) |
| CMYK | cmyk(0%, 100%, 58%, 59%) |
| LAB | lab(20.8 43.6 5.3) |
| LCH | lch(20.8 44.0 7.0) |
| OKLCH | oklch(0.335 0.134 5.9) |
Copy-ready code
/* CSS */
color: #69002c;
background-color: #69002c;
/* Tailwind (arbitrary) */
class="text-[#69002c] bg-[#69002c]"
/* SCSS */
$brand: #69002c;
/* SwiftUI */
Color(red: 0.412, green: 0.000, blue: 0.173)
/* Android */
Color.parseColor("#69002c")Accessibility — WCAG contrast
Aa
#69002c on white: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#69002c on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green0.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow58.1%
Key (black)58.8%
Color previews
#69002c text on a black background
contrast 1.64:1
Card sample
#69002c text on a white background
contrast 12.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69002c;
Background color
Panel with #69002c background
background-color: #69002c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69002c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 0, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 0, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69002c; background: linear-gradient(135deg, #69002c, #691A00);