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