#694b13
a deep, vivid orange · warm · closest name: sienna
RGB
105, 75, 19
HSL
39°, 69%, 24%
CMYK
0, 29, 82, 59
Luminance
0.0808
Every format
| HEX | #694b13 |
| RGB | rgb(105, 75, 19) |
| HSL | hsl(39, 69%, 24%) |
| CMYK | cmyk(0%, 29%, 82%, 59%) |
| LAB | lab(34.2 7.1 36.2) |
| LCH | lch(34.2 36.9 79.0) |
| OKLCH | oklch(0.435 0.081 78.6) |
Copy-ready code
/* CSS */
color: #694b13;
background-color: #694b13;
/* Tailwind (arbitrary) */
class="text-[#694b13] bg-[#694b13]"
/* SCSS */
$brand: #694b13;
/* SwiftUI */
Color(red: 0.412, green: 0.294, blue: 0.075)
/* Android */
Color.parseColor("#694b13")Accessibility — WCAG contrast
Aa
#694b13 on white: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#694b13 on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green29.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow81.9%
Key (black)58.8%
Color previews
#694b13 text on a black background
contrast 2.62:1
Card sample
#694b13 text on a white background
contrast 8.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #694b13;
Background color
Panel with #694b13 background
background-color: #694b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #694b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 75, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 75, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #694b13; background: linear-gradient(135deg, #694b13, #4E6913);