#690713
a deep, electric red · warm · closest name: maroon
RGB
105, 7, 19
HSL
353°, 88%, 22%
CMYK
0, 93, 82, 59
Luminance
0.0320
Every format
| HEX | #690713 |
| RGB | rgb(105, 7, 19) |
| HSL | hsl(353, 88%, 22%) |
| CMYK | cmyk(0%, 93%, 82%, 59%) |
| LAB | lab(20.8 40.5 22.8) |
| LCH | lch(20.8 46.5 29.4) |
| OKLCH | oklch(0.333 0.128 23.1) |
Copy-ready code
/* CSS */
color: #690713;
background-color: #690713;
/* Tailwind (arbitrary) */
class="text-[#690713] bg-[#690713]"
/* SCSS */
$brand: #690713;
/* SwiftUI */
Color(red: 0.412, green: 0.027, blue: 0.075)
/* Android */
Color.parseColor("#690713")Accessibility — WCAG contrast
Aa
#690713 on white: 12.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#690713 on black: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green2.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta93.3%
Yellow81.9%
Key (black)58.8%
Color previews
#690713 text on a black background
contrast 1.64:1
Card sample
#690713 text on a white background
contrast 12.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #690713;
Background color
Panel with #690713 background
background-color: #690713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #690713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 7, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 7, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #690713; background: linear-gradient(135deg, #690713, #693D07);