#690b21
a deep, electric red · warm · closest name: maroon
RGB
105, 11, 33
HSL
346°, 81%, 23%
CMYK
0, 90, 69, 59
Luminance
0.0335
Every format
| HEX | #690b21 |
| RGB | rgb(105, 11, 33) |
| HSL | hsl(346, 81%, 23%) |
| CMYK | cmyk(0%, 90%, 69%, 59%) |
| LAB | lab(21.4 40.3 13.9) |
| LCH | lch(21.4 42.6 19.1) |
| OKLCH | oklch(0.338 0.125 15.5) |
Copy-ready code
/* CSS */
color: #690b21;
background-color: #690b21;
/* Tailwind (arbitrary) */
class="text-[#690b21] bg-[#690b21]"
/* SCSS */
$brand: #690b21;
/* SwiftUI */
Color(red: 0.412, green: 0.043, blue: 0.129)
/* Android */
Color.parseColor("#690b21")Accessibility — WCAG contrast
Aa
#690b21 on white: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#690b21 on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green4.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta89.5%
Yellow68.6%
Key (black)58.8%
Color previews
#690b21 text on a black background
contrast 1.67:1
Card sample
#690b21 text on a white background
contrast 12.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #690b21;
Background color
Panel with #690b21 background
background-color: #690b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #690b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 11, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 11, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #690b21; background: linear-gradient(135deg, #690b21, #69340B);