#2b110c
a deep, vivid red · warm · closest name: black
RGB
43, 17, 12
HSL
10°, 56%, 11%
CMYK
0, 61, 72, 83
Luminance
0.0094
Every format
| HEX | #2b110c |
| RGB | rgb(43, 17, 12) |
| HSL | hsl(10, 56%, 11%) |
| CMYK | cmyk(0%, 61%, 72%, 83%) |
| LAB | lab(8.5 12.9 8.0) |
| LCH | lch(8.5 15.2 31.9) |
| OKLCH | oklch(0.216 0.044 32.2) |
Copy-ready code
/* CSS */
color: #2b110c;
background-color: #2b110c;
/* Tailwind (arbitrary) */
class="text-[#2b110c] bg-[#2b110c]"
/* SCSS */
$brand: #2b110c;
/* SwiftUI */
Color(red: 0.169, green: 0.067, blue: 0.047)
/* Android */
Color.parseColor("#2b110c")Accessibility — WCAG contrast
Aa
#2b110c on white: 17.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#2b110c on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green6.7%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta60.5%
Yellow72.1%
Key (black)83.1%
Color previews
#2b110c text on a black background
contrast 1.19:1
Card sample
#2b110c text on a white background
contrast 17.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2b110c;
Background color
Panel with #2b110c background
background-color: #2b110c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2b110c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 17, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 17, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2b110c; background: linear-gradient(135deg, #2b110c, #2B260C);