#69321f
a dark, vivid orange · warm · closest name: sienna
RGB
105, 50, 31
HSL
15°, 54%, 27%
CMYK
0, 52, 71, 59
Luminance
0.0538
Every format
| HEX | #69321f |
| RGB | rgb(105, 50, 31) |
| HSL | hsl(15, 54%, 27%) |
| CMYK | cmyk(0%, 52%, 71%, 59%) |
| LAB | lab(27.8 22.9 23.1) |
| LCH | lch(27.8 32.6 45.3) |
| OKLCH | oklch(0.386 0.085 39.5) |
Copy-ready code
/* CSS */
color: #69321f;
background-color: #69321f;
/* Tailwind (arbitrary) */
class="text-[#69321f] bg-[#69321f]"
/* SCSS */
$brand: #69321f;
/* SwiftUI */
Color(red: 0.412, green: 0.196, blue: 0.122)
/* Android */
Color.parseColor("#69321f")Accessibility — WCAG contrast
Aa
#69321f on white: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#69321f on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green19.6%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta52.4%
Yellow70.5%
Key (black)58.8%
Color previews
#69321f text on a black background
contrast 2.08:1
Card sample
#69321f text on a white background
contrast 10.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69321f;
Background color
Panel with #69321f background
background-color: #69321f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69321f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 50, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 50, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69321f; background: linear-gradient(135deg, #69321f, #69631F);