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