#690c0c
a deep, electric red · warm · closest name: maroon
RGB
105, 12, 12
HSL
0°, 80%, 23%
CMYK
0, 89, 89, 59
Luminance
0.0329
Every format
| HEX | #690c0c |
| RGB | rgb(105, 12, 12) |
| HSL | hsl(0, 80%, 23%) |
| CMYK | cmyk(0%, 89%, 89%, 59%) |
| LAB | lab(21.2 39.1 27.0) |
| LCH | lch(21.2 47.5 34.6) |
| OKLCH | oklch(0.336 0.126 27.4) |
Copy-ready code
/* CSS */
color: #690c0c;
background-color: #690c0c;
/* Tailwind (arbitrary) */
class="text-[#690c0c] bg-[#690c0c]"
/* SCSS */
$brand: #690c0c;
/* SwiftUI */
Color(red: 0.412, green: 0.047, blue: 0.047)
/* Android */
Color.parseColor("#690c0c")Accessibility — WCAG contrast
Aa
#690c0c on white: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#690c0c on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green4.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta88.6%
Yellow88.6%
Key (black)58.8%
Color previews
#690c0c text on a black background
contrast 1.66:1
Card sample
#690c0c text on a white background
contrast 12.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #690c0c;
Background color
Panel with #690c0c background
background-color: #690c0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #690c0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 12, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 12, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #690c0c; background: linear-gradient(135deg, #690c0c, #694A0C);