#69080b
a deep, electric red · warm · closest name: maroon
RGB
105, 8, 11
HSL
358°, 86%, 22%
CMYK
0, 92, 90, 59
Luminance
0.0320
Every format
| HEX | #69080b |
| RGB | rgb(105, 8, 11) |
| HSL | hsl(358, 86%, 22%) |
| CMYK | cmyk(0%, 92%, 90%, 59%) |
| LAB | lab(20.8 40.0 27.1) |
| LCH | lch(20.8 48.3 34.1) |
| OKLCH | oklch(0.333 0.128 26.9) |
Copy-ready code
/* CSS */
color: #69080b;
background-color: #69080b;
/* Tailwind (arbitrary) */
class="text-[#69080b] bg-[#69080b]"
/* SCSS */
$brand: #69080b;
/* SwiftUI */
Color(red: 0.412, green: 0.031, blue: 0.043)
/* Android */
Color.parseColor("#69080b")Accessibility — WCAG contrast
Aa
#69080b on white: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#69080b on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green3.1%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta92.4%
Yellow89.5%
Key (black)58.8%
Color previews
#69080b text on a black background
contrast 1.64:1
Card sample
#69080b text on a white background
contrast 12.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69080b;
Background color
Panel with #69080b background
background-color: #69080b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69080b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 8, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 8, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69080b; background: linear-gradient(135deg, #69080b, #694608);