#682821
a dark, vivid red · warm · closest name: sienna
RGB
104, 40, 33
HSL
6°, 52%, 27%
CMYK
0, 62, 68, 59
Luminance
0.0457
Every format
| HEX | #682821 |
| RGB | rgb(104, 40, 33) |
| HSL | hsl(6, 52%, 27%) |
| CMYK | cmyk(0%, 62%, 68%, 59%) |
| LAB | lab(25.5 28.2 19.0) |
| LCH | lch(25.5 34.0 34.0) |
| OKLCH | oklch(0.368 0.094 28.7) |
Copy-ready code
/* CSS */
color: #682821;
background-color: #682821;
/* Tailwind (arbitrary) */
class="text-[#682821] bg-[#682821]"
/* SCSS */
$brand: #682821;
/* SwiftUI */
Color(red: 0.408, green: 0.157, blue: 0.129)
/* Android */
Color.parseColor("#682821")Accessibility — WCAG contrast
Aa
#682821 on white: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#682821 on black: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green15.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta61.5%
Yellow68.3%
Key (black)59.2%
Color previews
#682821 text on a black background
contrast 1.91:1
Card sample
#682821 text on a white background
contrast 10.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #682821;
Background color
Panel with #682821 background
background-color: #682821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #682821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 40, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 40, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #682821; background: linear-gradient(135deg, #682821, #685721);