#690113
a deep, electric red · warm · closest name: maroon
RGB
105, 1, 19
HSL
350°, 98%, 21%
CMYK
0, 99, 82, 59
Luminance
0.0307
Every format
| HEX | #690113 |
| RGB | rgb(105, 1, 19) |
| HSL | hsl(350, 98%, 21%) |
| CMYK | cmyk(0%, 99%, 82%, 59%) |
| LAB | lab(20.3 42.0 22.3) |
| LCH | lch(20.3 47.5 27.9) |
| OKLCH | oklch(0.330 0.132 21.8) |
Copy-ready code
/* CSS */
color: #690113;
background-color: #690113;
/* Tailwind (arbitrary) */
class="text-[#690113] bg-[#690113]"
/* SCSS */
$brand: #690113;
/* SwiftUI */
Color(red: 0.412, green: 0.004, blue: 0.075)
/* Android */
Color.parseColor("#690113")Accessibility — WCAG contrast
Aa
#690113 on white: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#690113 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green0.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta99.0%
Yellow81.9%
Key (black)58.8%
Color previews
#690113 text on a black background
contrast 1.61:1
Card sample
#690113 text on a white background
contrast 13.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #690113;
Background color
Panel with #690113 background
background-color: #690113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #690113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 1, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 1, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #690113; background: linear-gradient(135deg, #690113, #693401);