#690c01
a deep, electric red · warm · closest name: maroon
RGB
105, 12, 1
HSL
6°, 98%, 21%
CMYK
0, 89, 99, 59
Luminance
0.0327
Every format
| HEX | #690c01 |
| RGB | rgb(105, 12, 1) |
| HSL | hsl(6, 98%, 21%) |
| CMYK | cmyk(0%, 89%, 99%, 59%) |
| LAB | lab(21.1 38.8 31.4) |
| LCH | lch(21.1 49.9 39.0) |
| OKLCH | oklch(0.335 0.127 31.5) |
Copy-ready code
/* CSS */
color: #690c01;
background-color: #690c01;
/* Tailwind (arbitrary) */
class="text-[#690c01] bg-[#690c01]"
/* SCSS */
$brand: #690c01;
/* SwiftUI */
Color(red: 0.412, green: 0.047, blue: 0.004)
/* Android */
Color.parseColor("#690c01")Accessibility — WCAG contrast
Aa
#690c01 on white: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#690c01 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green4.7%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta88.6%
Yellow99.0%
Key (black)58.8%
Color previews
#690c01 text on a black background
contrast 1.65:1
Card sample
#690c01 text on a white background
contrast 12.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #690c01;
Background color
Panel with #690c01 background
background-color: #690c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #690c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 12, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 12, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #690c01; background: linear-gradient(135deg, #690c01, #695101);