#291f14
a deep, soft orange · warm · closest name: black
RGB
41, 31, 20
HSL
31°, 34%, 12%
CMYK
0, 24, 51, 84
Luminance
0.0150
Every format
| HEX | #291f14 |
| RGB | rgb(41, 31, 20) |
| HSL | hsl(31, 34%, 12%) |
| CMYK | cmyk(0%, 24%, 51%, 84%) |
| LAB | lab(12.6 2.9 9.3) |
| LCH | lch(12.6 9.7 72.7) |
| OKLCH | oklch(0.248 0.025 68.9) |
Copy-ready code
/* CSS */
color: #291f14;
background-color: #291f14;
/* Tailwind (arbitrary) */
class="text-[#291f14] bg-[#291f14]"
/* SCSS */
$brand: #291f14;
/* SwiftUI */
Color(red: 0.161, green: 0.122, blue: 0.078)
/* Android */
Color.parseColor("#291f14")Accessibility — WCAG contrast
Aa
#291f14 on white: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#291f14 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green12.2%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta24.4%
Yellow51.2%
Key (black)83.9%
Color previews
#291f14 text on a black background
contrast 1.30:1
Card sample
#291f14 text on a white background
contrast 16.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #291f14;
Background color
Panel with #291f14 background
background-color: #291f14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #291f14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 31, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 31, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #291f14; background: linear-gradient(135deg, #291f14, #252914);