#691237
a deep, vivid magenta / pink · warm · closest name: maroon
RGB
105, 18, 55
HSL
335°, 71%, 24%
CMYK
0, 83, 48, 59
Luminance
0.0371
Every format
| HEX | #691237 |
| RGB | rgb(105, 18, 55) |
| HSL | hsl(335, 71%, 24%) |
| CMYK | cmyk(0%, 83%, 48%, 59%) |
| LAB | lab(22.7 40.1 0.4) |
| LCH | lch(22.7 40.1 0.5) |
| OKLCH | oklch(0.350 0.123 0.6) |
Copy-ready code
/* CSS */
color: #691237;
background-color: #691237;
/* Tailwind (arbitrary) */
class="text-[#691237] bg-[#691237]"
/* SCSS */
$brand: #691237;
/* SwiftUI */
Color(red: 0.412, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#691237")Accessibility — WCAG contrast
Aa
#691237 on white: 12.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#691237 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta82.9%
Yellow47.6%
Key (black)58.8%
Color previews
#691237 text on a black background
contrast 1.74:1
Card sample
#691237 text on a white background
contrast 12.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #691237;
Background color
Panel with #691237 background
background-color: #691237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #691237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #691237; background: linear-gradient(135deg, #691237, #692712);