#2b1f0c
a deep, vivid orange · warm · closest name: black
RGB
43, 31, 12
HSL
37°, 56%, 11%
CMYK
0, 28, 72, 83
Luminance
0.0152
Every format
| HEX | #2b1f0c |
| RGB | rgb(43, 31, 12) |
| HSL | hsl(37, 56%, 11%) |
| CMYK | cmyk(0%, 28%, 72%, 83%) |
| LAB | lab(12.7 3.0 14.0) |
| LCH | lch(12.7 14.3 77.8) |
| OKLCH | oklch(0.249 0.036 77.3) |
Copy-ready code
/* CSS */
color: #2b1f0c;
background-color: #2b1f0c;
/* Tailwind (arbitrary) */
class="text-[#2b1f0c] bg-[#2b1f0c]"
/* SCSS */
$brand: #2b1f0c;
/* SwiftUI */
Color(red: 0.169, green: 0.122, blue: 0.047)
/* Android */
Color.parseColor("#2b1f0c")Accessibility — WCAG contrast
Aa
#2b1f0c on white: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2b1f0c on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green12.2%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta27.9%
Yellow72.1%
Key (black)83.1%
Color previews
#2b1f0c text on a black background
contrast 1.30:1
Card sample
#2b1f0c text on a white background
contrast 16.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2b1f0c;
Background color
Panel with #2b1f0c background
background-color: #2b1f0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2b1f0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 31, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 31, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2b1f0c; background: linear-gradient(135deg, #2b1f0c, #222B0C);