#692721
a dark, vivid red · warm · closest name: sienna
RGB
105, 39, 33
HSL
5°, 52%, 27%
CMYK
0, 63, 69, 59
Luminance
0.0456
Every format
| HEX | #692721 |
| RGB | rgb(105, 39, 33) |
| HSL | hsl(5, 52%, 27%) |
| CMYK | cmyk(0%, 63%, 69%, 59%) |
| LAB | lab(25.5 29.1 19.1) |
| LCH | lch(25.5 34.8 33.2) |
| OKLCH | oklch(0.368 0.096 27.9) |
Copy-ready code
/* CSS */
color: #692721;
background-color: #692721;
/* Tailwind (arbitrary) */
class="text-[#692721] bg-[#692721]"
/* SCSS */
$brand: #692721;
/* SwiftUI */
Color(red: 0.412, green: 0.153, blue: 0.129)
/* Android */
Color.parseColor("#692721")Accessibility — WCAG contrast
Aa
#692721 on white: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#692721 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green15.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta62.9%
Yellow68.6%
Key (black)58.8%
Color previews
#692721 text on a black background
contrast 1.91:1
Card sample
#692721 text on a white background
contrast 10.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #692721;
Background color
Panel with #692721 background
background-color: #692721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #692721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 39, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 39, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #692721; background: linear-gradient(135deg, #692721, #695721);