#683022
a dark, vivid red · warm · closest name: sienna
RGB
104, 48, 34
HSL
12°, 51%, 27%
CMYK
0, 54, 67, 59
Luminance
0.0517
Every format
| HEX | #683022 |
| RGB | rgb(104, 48, 34) |
| HSL | hsl(12, 51%, 27%) |
| CMYK | cmyk(0%, 54%, 67%, 59%) |
| LAB | lab(27.2 23.8 20.6) |
| LCH | lch(27.2 31.5 40.8) |
| OKLCH | oklch(0.382 0.084 35.2) |
Copy-ready code
/* CSS */
color: #683022;
background-color: #683022;
/* Tailwind (arbitrary) */
class="text-[#683022] bg-[#683022]"
/* SCSS */
$brand: #683022;
/* SwiftUI */
Color(red: 0.408, green: 0.188, blue: 0.133)
/* Android */
Color.parseColor("#683022")Accessibility — WCAG contrast
Aa
#683022 on white: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#683022 on black: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green18.8%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow67.3%
Key (black)59.2%
Color previews
#683022 text on a black background
contrast 2.03:1
Card sample
#683022 text on a white background
contrast 10.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #683022;
Background color
Panel with #683022 background
background-color: #683022;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #683022;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 48, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 48, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #683022; background: linear-gradient(135deg, #683022, #685F22);