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