#4b261a
a deep, vivid red · warm · closest name: black
RGB
75, 38, 26
HSL
15°, 49%, 20%
CMYK
0, 49, 65, 71
Luminance
0.0296
Every format
| HEX | #4b261a |
| RGB | rgb(75, 38, 26) |
| HSL | hsl(15, 49%, 20%) |
| CMYK | cmyk(0%, 49%, 65%, 71%) |
| LAB | lab(19.9 16.1 15.6) |
| LCH | lch(19.9 22.4 44.1) |
| OKLCH | oklch(0.315 0.060 38.7) |
Copy-ready code
/* CSS */
color: #4b261a;
background-color: #4b261a;
/* Tailwind (arbitrary) */
class="text-[#4b261a] bg-[#4b261a]"
/* SCSS */
$brand: #4b261a;
/* SwiftUI */
Color(red: 0.294, green: 0.149, blue: 0.102)
/* Android */
Color.parseColor("#4b261a")Accessibility — WCAG contrast
Aa
#4b261a on white: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4b261a on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green14.9%
Blue10.2%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow65.3%
Key (black)70.6%
Color previews
#4b261a text on a black background
contrast 1.59:1
Card sample
#4b261a text on a white background
contrast 13.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b261a;
Background color
Panel with #4b261a background
background-color: #4b261a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b261a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 38, 26, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 38, 26, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b261a; background: linear-gradient(135deg, #4b261a, #4B471A);