#69103c
a deep, vivid magenta / pink · warm · closest name: purple
RGB
105, 16, 60
HSL
330°, 74%, 24%
CMYK
0, 85, 43, 59
Luminance
0.0370
Every format
| HEX | #69103c |
| RGB | rgb(105, 16, 60) |
| HSL | hsl(330, 74%, 24%) |
| CMYK | cmyk(0%, 85%, 43%, 59%) |
| LAB | lab(22.7 41.2 -3.1) |
| LCH | lch(22.7 41.3 355.6) |
| OKLCH | oklch(0.350 0.127 356.5) |
Copy-ready code
/* CSS */
color: #69103c;
background-color: #69103c;
/* Tailwind (arbitrary) */
class="text-[#69103c] bg-[#69103c]"
/* SCSS */
$brand: #69103c;
/* SwiftUI */
Color(red: 0.412, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#69103c")Accessibility — WCAG contrast
Aa
#69103c on white: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#69103c on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta84.8%
Yellow42.9%
Key (black)58.8%
Color previews
#69103c text on a black background
contrast 1.74:1
Card sample
#69103c text on a white background
contrast 12.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69103c;
Background color
Panel with #69103c background
background-color: #69103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69103c; background: linear-gradient(135deg, #69103c, #691F10);