#693f49
a dark, soft red · warm · closest name: gray
RGB
105, 63, 73
HSL
346°, 25%, 33%
CMYK
0, 40, 31, 59
Luminance
0.0704
Every format
| HEX | #693f49 |
| RGB | rgb(105, 63, 73) |
| HSL | hsl(346, 25%, 33%) |
| CMYK | cmyk(0%, 40%, 31%, 59%) |
| LAB | lab(31.9 19.8 1.7) |
| LCH | lch(31.9 19.9 5.0) |
| OKLCH | oklch(0.421 0.060 4.5) |
Copy-ready code
/* CSS */
color: #693f49;
background-color: #693f49;
/* Tailwind (arbitrary) */
class="text-[#693f49] bg-[#693f49]"
/* SCSS */
$brand: #693f49;
/* SwiftUI */
Color(red: 0.412, green: 0.247, blue: 0.286)
/* Android */
Color.parseColor("#693f49")Accessibility — WCAG contrast
Aa
#693f49 on white: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#693f49 on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green24.7%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta40.0%
Yellow30.5%
Key (black)58.8%
Color previews
#693f49 text on a black background
contrast 2.41:1
Card sample
#693f49 text on a white background
contrast 8.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #693f49;
Background color
Panel with #693f49 background
background-color: #693f49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #693f49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 63, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 63, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #693f49; background: linear-gradient(135deg, #693f49, #69513F);