#694821
a dark, vivid orange · warm · closest name: sienna
RGB
105, 72, 33
HSL
33°, 52%, 27%
CMYK
0, 31, 69, 59
Luminance
0.0775
Every format
| HEX | #694821 |
| RGB | rgb(105, 72, 33) |
| HSL | hsl(33, 52%, 27%) |
| CMYK | cmyk(0%, 31%, 69%, 59%) |
| LAB | lab(33.5 9.7 28.5) |
| LCH | lch(33.5 30.1 71.2) |
| OKLCH | oklch(0.430 0.070 68.5) |
Copy-ready code
/* CSS */
color: #694821;
background-color: #694821;
/* Tailwind (arbitrary) */
class="text-[#694821] bg-[#694821]"
/* SCSS */
$brand: #694821;
/* SwiftUI */
Color(red: 0.412, green: 0.282, blue: 0.129)
/* Android */
Color.parseColor("#694821")Accessibility — WCAG contrast
Aa
#694821 on white: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#694821 on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green28.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow68.6%
Key (black)58.8%
Color previews
#694821 text on a black background
contrast 2.55:1
Card sample
#694821 text on a white background
contrast 8.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #694821;
Background color
Panel with #694821 background
background-color: #694821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #694821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 72, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 72, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #694821; background: linear-gradient(135deg, #694821, #5A6921);