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