#6f482b
a dark, soft orange · warm · closest name: sienna
RGB
111, 72, 43
HSL
26°, 44%, 30%
CMYK
0, 35, 61, 57
Luminance
0.0819
Every format
| HEX | #6f482b |
| RGB | rgb(111, 72, 43) |
| HSL | hsl(26, 44%, 30%) |
| CMYK | cmyk(0%, 35%, 61%, 57%) |
| LAB | lab(34.4 13.3 24.0) |
| LCH | lch(34.4 27.5 60.9) |
| OKLCH | oklch(0.439 0.068 56.5) |
Copy-ready code
/* CSS */
color: #6f482b;
background-color: #6f482b;
/* Tailwind (arbitrary) */
class="text-[#6f482b] bg-[#6f482b]"
/* SCSS */
$brand: #6f482b;
/* SwiftUI */
Color(red: 0.435, green: 0.282, blue: 0.169)
/* Android */
Color.parseColor("#6f482b")Accessibility — WCAG contrast
Aa
#6f482b on white: 7.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f482b on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green28.2%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow61.3%
Key (black)56.5%
Color previews
#6f482b text on a black background
contrast 2.64:1
Card sample
#6f482b text on a white background
contrast 7.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f482b;
Background color
Panel with #6f482b background
background-color: #6f482b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f482b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 72, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 72, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f482b; background: linear-gradient(135deg, #6f482b, #696F2B);