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