#692829
a dark, soft red · warm · closest name: sienna
RGB
105, 40, 41
HSL
359°, 45%, 28%
CMYK
0, 62, 61, 59
Luminance
0.0468
Every format
| HEX | #692829 |
| RGB | rgb(105, 40, 41) |
| HSL | hsl(359, 45%, 28%) |
| CMYK | cmyk(0%, 62%, 61%, 59%) |
| LAB | lab(25.8 29.2 14.3) |
| LCH | lch(25.8 32.5 26.0) |
| OKLCH | oklch(0.372 0.094 21.9) |
Copy-ready code
/* CSS */
color: #692829;
background-color: #692829;
/* Tailwind (arbitrary) */
class="text-[#692829] bg-[#692829]"
/* SCSS */
$brand: #692829;
/* SwiftUI */
Color(red: 0.412, green: 0.157, blue: 0.161)
/* Android */
Color.parseColor("#692829")Accessibility — WCAG contrast
Aa
#692829 on white: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#692829 on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green15.7%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta61.9%
Yellow61.0%
Key (black)58.8%
Color previews
#692829 text on a black background
contrast 1.94:1
Card sample
#692829 text on a white background
contrast 10.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #692829;
Background color
Panel with #692829 background
background-color: #692829;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #692829;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 40, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 40, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #692829; background: linear-gradient(135deg, #692829, #695228);