#6f331c
a dark, vivid orange · warm · closest name: sienna
RGB
111, 51, 28
HSL
17°, 60%, 27%
CMYK
0, 54, 75, 57
Luminance
0.0583
Every format
| HEX | #6f331c |
| RGB | rgb(111, 51, 28) |
| HSL | hsl(17, 60%, 27%) |
| CMYK | cmyk(0%, 54%, 75%, 57%) |
| LAB | lab(29.0 24.8 26.6) |
| LCH | lch(29.0 36.3 47.0) |
| OKLCH | oklch(0.397 0.092 40.8) |
Copy-ready code
/* CSS */
color: #6f331c;
background-color: #6f331c;
/* Tailwind (arbitrary) */
class="text-[#6f331c] bg-[#6f331c]"
/* SCSS */
$brand: #6f331c;
/* SwiftUI */
Color(red: 0.435, green: 0.200, blue: 0.110)
/* Android */
Color.parseColor("#6f331c")Accessibility — WCAG contrast
Aa
#6f331c on white: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#6f331c on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green20.0%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow74.8%
Key (black)56.5%
Color previews
#6f331c text on a black background
contrast 2.17:1
Card sample
#6f331c text on a white background
contrast 9.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6f331c;
Background color
Panel with #6f331c background
background-color: #6f331c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6f331c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 51, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 51, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6f331c; background: linear-gradient(135deg, #6f331c, #6F6A1C);