#694246
a dark, soft red · warm · closest name: gray
RGB
105, 66, 70
HSL
354°, 23%, 34%
CMYK
0, 37, 33, 59
Luminance
0.0734
Every format
| HEX | #694246 |
| RGB | rgb(105, 66, 70) |
| HSL | hsl(354, 23%, 34%) |
| CMYK | cmyk(0%, 37%, 33%, 59%) |
| LAB | lab(32.6 17.5 4.6) |
| LCH | lch(32.6 18.1 14.8) |
| OKLCH | oklch(0.425 0.054 12.9) |
Copy-ready code
/* CSS */
color: #694246;
background-color: #694246;
/* Tailwind (arbitrary) */
class="text-[#694246] bg-[#694246]"
/* SCSS */
$brand: #694246;
/* SwiftUI */
Color(red: 0.412, green: 0.259, blue: 0.275)
/* Android */
Color.parseColor("#694246")Accessibility — WCAG contrast
Aa
#694246 on white: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#694246 on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green25.9%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta37.1%
Yellow33.3%
Key (black)58.8%
Color previews
#694246 text on a black background
contrast 2.47:1
Card sample
#694246 text on a white background
contrast 8.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #694246;
Background color
Panel with #694246 background
background-color: #694246;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #694246;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 66, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 66, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #694246; background: linear-gradient(135deg, #694246, #695842);