#440b00
a deep, electric red · warm · closest name: maroon
RGB
68, 11, 0
HSL
10°, 100%, 13%
CMYK
0, 84, 100, 73
Luminance
0.0147
Every format
| HEX | #440b00 |
| RGB | rgb(68, 11, 0) |
| HSL | hsl(10, 100%, 13%) |
| CMYK | cmyk(0%, 84%, 100%, 73%) |
| LAB | lab(12.4 26.3 19.2) |
| LCH | lch(12.4 32.6 36.1) |
| OKLCH | oklch(0.255 0.089 35.2) |
Copy-ready code
/* CSS */
color: #440b00;
background-color: #440b00;
/* Tailwind (arbitrary) */
class="text-[#440b00] bg-[#440b00]"
/* SCSS */
$brand: #440b00;
/* SwiftUI */
Color(red: 0.267, green: 0.043, blue: 0.000)
/* Android */
Color.parseColor("#440b00")Accessibility — WCAG contrast
Aa
#440b00 on white: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#440b00 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green4.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta83.8%
Yellow100.0%
Key (black)73.3%
Color previews
#440b00 text on a black background
contrast 1.29:1
Card sample
#440b00 text on a white background
contrast 16.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #440b00;
Background color
Panel with #440b00 background
background-color: #440b00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #440b00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 11, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 11, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #440b00; background: linear-gradient(135deg, #440b00, #443800);