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