#682a21
a dark, vivid red · warm · closest name: sienna
RGB
104, 42, 33
HSL
8°, 52%, 27%
CMYK
0, 60, 68, 59
Luminance
0.0471
Every format
| HEX | #682a21 |
| RGB | rgb(104, 42, 33) |
| HSL | hsl(8, 52%, 27%) |
| CMYK | cmyk(0%, 60%, 68%, 59%) |
| LAB | lab(25.9 27.1 19.6) |
| LCH | lch(25.9 33.4 35.8) |
| OKLCH | oklch(0.371 0.091 30.3) |
Copy-ready code
/* CSS */
color: #682a21;
background-color: #682a21;
/* Tailwind (arbitrary) */
class="text-[#682a21] bg-[#682a21]"
/* SCSS */
$brand: #682a21;
/* SwiftUI */
Color(red: 0.408, green: 0.165, blue: 0.129)
/* Android */
Color.parseColor("#682a21")Accessibility — WCAG contrast
Aa
#682a21 on white: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#682a21 on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green16.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta59.6%
Yellow68.3%
Key (black)59.2%
Color previews
#682a21 text on a black background
contrast 1.94:1
Card sample
#682a21 text on a white background
contrast 10.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #682a21;
Background color
Panel with #682a21 background
background-color: #682a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #682a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 42, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 42, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #682a21; background: linear-gradient(135deg, #682a21, #685921);