#694841
a dark, soft red · warm · closest name: gray
RGB
105, 72, 65
HSL
11°, 24%, 33%
CMYK
0, 31, 38, 59
Luminance
0.0802
Every format
| HEX | #694841 |
| RGB | rgb(105, 72, 65) |
| HSL | hsl(11, 24%, 33%) |
| CMYK | cmyk(0%, 31%, 38%, 59%) |
| LAB | lab(34.0 13.1 9.8) |
| LCH | lch(34.0 16.4 37.0) |
| OKLCH | oklch(0.436 0.047 32.4) |
Copy-ready code
/* CSS */
color: #694841;
background-color: #694841;
/* Tailwind (arbitrary) */
class="text-[#694841] bg-[#694841]"
/* SCSS */
$brand: #694841;
/* SwiftUI */
Color(red: 0.412, green: 0.282, blue: 0.255)
/* Android */
Color.parseColor("#694841")Accessibility — WCAG contrast
Aa
#694841 on white: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#694841 on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green28.2%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow38.1%
Key (black)58.8%
Color previews
#694841 text on a black background
contrast 2.60:1
Card sample
#694841 text on a white background
contrast 8.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #694841;
Background color
Panel with #694841 background
background-color: #694841;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #694841;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 72, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 72, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #694841; background: linear-gradient(135deg, #694841, #696341);