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