#69421b
a dark, vivid orange · warm · closest name: sienna
RGB
105, 66, 27
HSL
30°, 59%, 26%
CMYK
0, 37, 74, 59
Luminance
0.0698
Every format
| HEX | #69421b |
| RGB | rgb(105, 66, 27) |
| HSL | hsl(30, 59%, 26%) |
| CMYK | cmyk(0%, 37%, 74%, 59%) |
| LAB | lab(31.8 13.0 29.9) |
| LCH | lch(31.8 32.6 66.5) |
| OKLCH | oklch(0.416 0.076 62.8) |
Copy-ready code
/* CSS */
color: #69421b;
background-color: #69421b;
/* Tailwind (arbitrary) */
class="text-[#69421b] bg-[#69421b]"
/* SCSS */
$brand: #69421b;
/* SwiftUI */
Color(red: 0.412, green: 0.259, blue: 0.106)
/* Android */
Color.parseColor("#69421b")Accessibility — WCAG contrast
Aa
#69421b on white: 8.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#69421b on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.2%
Green25.9%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta37.1%
Yellow74.3%
Key (black)58.8%
Color previews
#69421b text on a black background
contrast 2.40:1
Card sample
#69421b text on a white background
contrast 8.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #69421b;
Background color
Panel with #69421b background
background-color: #69421b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #69421b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(105, 66, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(105, 66, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #69421b; background: linear-gradient(135deg, #69421b, #5C691B);