#691925
a dark, vivid red · warm · closest name: maroon
RGB
105, 25, 37
HSL
351°, 62%, 26%
CMYK
0, 76, 65, 59
Luminance
0.0383
Every format
| HEX | #691925 |
| RGB | rgb(105, 25, 37) |
| HSL | hsl(351, 62%, 26%) |
| CMYK | cmyk(0%, 76%, 65%, 59%) |
| LAB | lab(23.1 36.0 13.4) |
| LCH | lch(23.1 38.4 20.4) |
| OKLCH | oklch(0.351 0.112 16.9) |
Copy-ready code
/* CSS */
color: #691925;
background-color: #691925;
/* Tailwind (arbitrary) */
class="text-[#691925] bg-[#691925]"
/* SCSS */
$brand: #691925;
/* SwiftUI */
Color(red: 0.412, green: 0.098, blue: 0.145)
/* Android */
Color.parseColor("#691925")Accessibility — WCAG contrast
Aa
#691925 on white: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#691925 on black: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green9.8%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow64.8%
Key (black)58.8%
Color previews
#691925 text on a black background
contrast 1.77:1
Card sample
#691925 text on a white background
contrast 11.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #691925;
Background color
Panel with #691925 background
background-color: #691925;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #691925;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 25, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 25, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #691925; background: linear-gradient(135deg, #691925, #694219);