#6f482d
a dark, soft orange · warm · closest name: sienna
RGB
111, 72, 45
HSL
25°, 42%, 31%
CMYK
0, 35, 60, 57
Luminance
0.0820
Every format
| HEX | #6f482d |
| RGB | rgb(111, 72, 45) |
| HSL | hsl(25, 42%, 31%) |
| CMYK | cmyk(0%, 35%, 60%, 57%) |
| LAB | lab(34.4 13.5 22.9) |
| LCH | lch(34.4 26.6 59.4) |
| OKLCH | oklch(0.440 0.067 54.7) |
Copy-ready code
/* CSS */
color: #6f482d;
background-color: #6f482d;
/* Tailwind (arbitrary) */
class="text-[#6f482d] bg-[#6f482d]"
/* SCSS */
$brand: #6f482d;
/* SwiftUI */
Color(red: 0.435, green: 0.282, blue: 0.176)
/* Android */
Color.parseColor("#6f482d")Accessibility — WCAG contrast
Aa
#6f482d on white: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f482d on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green28.2%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow59.5%
Key (black)56.5%
Color previews
#6f482d text on a black background
contrast 2.64:1
Card sample
#6f482d text on a white background
contrast 7.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f482d;
Background color
Panel with #6f482d background
background-color: #6f482d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f482d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 72, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 72, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f482d; background: linear-gradient(135deg, #6f482d, #6A6F2D);