#683421
a dark, vivid orange · warm · closest name: sienna
RGB
104, 52, 33
HSL
16°, 52%, 27%
CMYK
0, 50, 68, 59
Luminance
0.0551
Every format
| HEX | #683421 |
| RGB | rgb(104, 52, 33) |
| HSL | hsl(16, 52%, 27%) |
| CMYK | cmyk(0%, 50%, 68%, 59%) |
| LAB | lab(28.1 21.4 22.3) |
| LCH | lch(28.1 30.9 46.1) |
| OKLCH | oklch(0.389 0.080 40.4) |
Copy-ready code
/* CSS */
color: #683421;
background-color: #683421;
/* Tailwind (arbitrary) */
class="text-[#683421] bg-[#683421]"
/* SCSS */
$brand: #683421;
/* SwiftUI */
Color(red: 0.408, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#683421")Accessibility — WCAG contrast
Aa
#683421 on white: 9.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#683421 on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta50.0%
Yellow68.3%
Key (black)59.2%
Color previews
#683421 text on a black background
contrast 2.10:1
Card sample
#683421 text on a white background
contrast 9.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #683421;
Background color
Panel with #683421 background
background-color: #683421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #683421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #683421; background: linear-gradient(135deg, #683421, #686421);