#682321
a dark, vivid red · warm · closest name: sienna
RGB
104, 35, 33
HSL
2°, 52%, 27%
CMYK
0, 66, 68, 59
Luminance
0.0425
Every format
| HEX | #682321 |
| RGB | rgb(104, 35, 33) |
| HSL | hsl(2, 52%, 27%) |
| CMYK | cmyk(0%, 66%, 68%, 59%) |
| LAB | lab(24.5 30.8 17.8) |
| LCH | lch(24.5 35.6 30.1) |
| OKLCH | oklch(0.361 0.100 25.1) |
Copy-ready code
/* CSS */
color: #682321;
background-color: #682321;
/* Tailwind (arbitrary) */
class="text-[#682321] bg-[#682321]"
/* SCSS */
$brand: #682321;
/* SwiftUI */
Color(red: 0.408, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#682321")Accessibility — WCAG contrast
Aa
#682321 on white: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#682321 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green13.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta66.3%
Yellow68.3%
Key (black)59.2%
Color previews
#682321 text on a black background
contrast 1.85:1
Card sample
#682321 text on a white background
contrast 11.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #682321;
Background color
Panel with #682321 background
background-color: #682321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #682321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #682321; background: linear-gradient(135deg, #682321, #685221);