#690621
a deep, electric magenta / pink · warm · closest name: maroon
RGB
105, 6, 33
HSL
344°, 89%, 22%
CMYK
0, 94, 69, 59
Luminance
0.0324
Every format
| HEX | #690621 |
| RGB | rgb(105, 6, 33) |
| HSL | hsl(344, 89%, 22%) |
| CMYK | cmyk(0%, 94%, 69%, 59%) |
| LAB | lab(21.0 41.4 13.4) |
| LCH | lch(21.0 43.6 17.9) |
| OKLCH | oklch(0.335 0.128 14.5) |
Copy-ready code
/* CSS */
color: #690621;
background-color: #690621;
/* Tailwind (arbitrary) */
class="text-[#690621] bg-[#690621]"
/* SCSS */
$brand: #690621;
/* SwiftUI */
Color(red: 0.412, green: 0.024, blue: 0.129)
/* Android */
Color.parseColor("#690621")Accessibility — WCAG contrast
Aa
#690621 on white: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#690621 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green2.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta94.3%
Yellow68.6%
Key (black)58.8%
Color previews
#690621 text on a black background
contrast 1.65:1
Card sample
#690621 text on a white background
contrast 12.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #690621;
Background color
Panel with #690621 background
background-color: #690621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #690621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 6, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 6, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #690621; background: linear-gradient(135deg, #690621, #692D06);