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