#690913
a deep, electric red · warm · closest name: maroon
RGB
105, 9, 19
HSL
354°, 84%, 22%
CMYK
0, 91, 82, 59
Luminance
0.0325
Every format
| HEX | #690913 |
| RGB | rgb(105, 9, 19) |
| HSL | hsl(354, 84%, 22%) |
| CMYK | cmyk(0%, 91%, 82%, 59%) |
| LAB | lab(21.0 40.0 23.0) |
| LCH | lch(21.0 46.2 29.9) |
| OKLCH | oklch(0.335 0.127 23.5) |
Copy-ready code
/* CSS */
color: #690913;
background-color: #690913;
/* Tailwind (arbitrary) */
class="text-[#690913] bg-[#690913]"
/* SCSS */
$brand: #690913;
/* SwiftUI */
Color(red: 0.412, green: 0.035, blue: 0.075)
/* Android */
Color.parseColor("#690913")Accessibility — WCAG contrast
Aa
#690913 on white: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#690913 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green3.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta91.4%
Yellow81.9%
Key (black)58.8%
Color previews
#690913 text on a black background
contrast 1.65:1
Card sample
#690913 text on a white background
contrast 12.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #690913;
Background color
Panel with #690913 background
background-color: #690913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #690913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 9, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 9, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #690913; background: linear-gradient(135deg, #690913, #693F09);