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