#690f13
a deep, electric red · warm · closest name: maroon
RGB
105, 15, 19
HSL
357°, 75%, 24%
CMYK
0, 86, 82, 59
Luminance
0.0339
Every format
| HEX | #690f13 |
| RGB | rgb(105, 15, 19) |
| HSL | hsl(357, 75%, 24%) |
| CMYK | cmyk(0%, 86%, 82%, 59%) |
| LAB | lab(21.6 38.5 23.6) |
| LCH | lch(21.6 45.1 31.5) |
| OKLCH | oklch(0.339 0.123 25.0) |
Copy-ready code
/* CSS */
color: #690f13;
background-color: #690f13;
/* Tailwind (arbitrary) */
class="text-[#690f13] bg-[#690f13]"
/* SCSS */
$brand: #690f13;
/* SwiftUI */
Color(red: 0.412, green: 0.059, blue: 0.075)
/* Android */
Color.parseColor("#690f13")Accessibility — WCAG contrast
Aa
#690f13 on white: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#690f13 on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green5.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta85.7%
Yellow81.9%
Key (black)58.8%
Color previews
#690f13 text on a black background
contrast 1.68:1
Card sample
#690f13 text on a white background
contrast 12.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #690f13;
Background color
Panel with #690f13 background
background-color: #690f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #690f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 15, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 15, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #690f13; background: linear-gradient(135deg, #690f13, #69470F);