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