#440600
a deep, electric red · warm · closest name: maroon
RGB
68, 6, 0
HSL
5°, 100%, 13%
CMYK
0, 91, 100, 73
Luminance
0.0136
Every format
| HEX | #440600 |
| RGB | rgb(68, 6, 0) |
| HSL | hsl(5, 100%, 13%) |
| CMYK | cmyk(0%, 91%, 100%, 73%) |
| LAB | lab(11.7 28.4 18.2) |
| LCH | lch(11.7 33.7 32.8) |
| OKLCH | oklch(0.250 0.093 32.4) |
Copy-ready code
/* CSS */
color: #440600;
background-color: #440600;
/* Tailwind (arbitrary) */
class="text-[#440600] bg-[#440600]"
/* SCSS */
$brand: #440600;
/* SwiftUI */
Color(red: 0.267, green: 0.024, blue: 0.000)
/* Android */
Color.parseColor("#440600")Accessibility — WCAG contrast
Aa
#440600 on white: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#440600 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green2.4%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta91.2%
Yellow100.0%
Key (black)73.3%
Color previews
#440600 text on a black background
contrast 1.27:1
Card sample
#440600 text on a white background
contrast 16.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #440600;
Background color
Panel with #440600 background
background-color: #440600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #440600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 6, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 6, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #440600; background: linear-gradient(135deg, #440600, #443300);