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