#440310
a deep, electric red · warm · closest name: black
RGB
68, 3, 16
HSL
348°, 92%, 14%
CMYK
0, 96, 77, 73
Luminance
0.0133
Every format
| HEX | #440310 |
| RGB | rgb(68, 3, 16) |
| HSL | hsl(348, 92%, 14%) |
| CMYK | cmyk(0%, 96%, 77%, 73%) |
| LAB | lab(11.5 30.4 11.0) |
| LCH | lch(11.5 32.3 20.0) |
| OKLCH | oklch(0.249 0.095 17.1) |
Copy-ready code
/* CSS */
color: #440310;
background-color: #440310;
/* Tailwind (arbitrary) */
class="text-[#440310] bg-[#440310]"
/* SCSS */
$brand: #440310;
/* SwiftUI */
Color(red: 0.267, green: 0.012, blue: 0.063)
/* Android */
Color.parseColor("#440310")Accessibility — WCAG contrast
Aa
#440310 on white: 16.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#440310 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green1.2%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta95.6%
Yellow76.5%
Key (black)73.3%
Color previews
#440310 text on a black background
contrast 1.27:1
Card sample
#440310 text on a white background
contrast 16.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #440310;
Background color
Panel with #440310 background
background-color: #440310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #440310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 3, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 3, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #440310; background: linear-gradient(135deg, #440310, #442103);