#682f39
a dark, soft red · warm · closest name: sienna
RGB
104, 47, 57
HSL
350°, 38%, 30%
CMYK
0, 55, 45, 59
Luminance
0.0527
Every format
| HEX | #682f39 |
| RGB | rgb(104, 47, 57) |
| HSL | hsl(350, 38%, 30%) |
| CMYK | cmyk(0%, 55%, 45%, 59%) |
| LAB | lab(27.5 26.6 5.9) |
| LCH | lch(27.5 27.3 12.4) |
| OKLCH | oklch(0.385 0.082 10.7) |
Copy-ready code
/* CSS */
color: #682f39;
background-color: #682f39;
/* Tailwind (arbitrary) */
class="text-[#682f39] bg-[#682f39]"
/* SCSS */
$brand: #682f39;
/* SwiftUI */
Color(red: 0.408, green: 0.184, blue: 0.224)
/* Android */
Color.parseColor("#682f39")Accessibility — WCAG contrast
Aa
#682f39 on white: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#682f39 on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green18.4%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta54.8%
Yellow45.2%
Key (black)59.2%
Color previews
#682f39 text on a black background
contrast 2.05:1
Card sample
#682f39 text on a white background
contrast 10.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #682f39;
Background color
Panel with #682f39 background
background-color: #682f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #682f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 47, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 47, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #682f39; background: linear-gradient(135deg, #682f39, #684B2F);