#694213
a deep, vivid orange · warm · closest name: sienna
RGB
105, 66, 19
HSL
33°, 69%, 24%
CMYK
0, 37, 82, 59
Luminance
0.0695
Every format
| HEX | #694213 |
| RGB | rgb(105, 66, 19) |
| HSL | hsl(33, 69%, 24%) |
| CMYK | cmyk(0%, 37%, 82%, 59%) |
| LAB | lab(31.7 12.6 33.8) |
| LCH | lch(31.7 36.1 69.6) |
| OKLCH | oklch(0.416 0.081 66.5) |
Copy-ready code
/* CSS */
color: #694213;
background-color: #694213;
/* Tailwind (arbitrary) */
class="text-[#694213] bg-[#694213]"
/* SCSS */
$brand: #694213;
/* SwiftUI */
Color(red: 0.412, green: 0.259, blue: 0.075)
/* Android */
Color.parseColor("#694213")Accessibility — WCAG contrast
Aa
#694213 on white: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#694213 on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green25.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta37.1%
Yellow81.9%
Key (black)58.8%
Color previews
#694213 text on a black background
contrast 2.39:1
Card sample
#694213 text on a white background
contrast 8.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #694213;
Background color
Panel with #694213 background
background-color: #694213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #694213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 66, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 66, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #694213; background: linear-gradient(135deg, #694213, #576913);