#430b16
a deep, vivid red · warm · closest name: black
RGB
67, 11, 22
HSL
348°, 72%, 15%
CMYK
0, 84, 67, 74
Luminance
0.0149
Every format
| HEX | #430b16 |
| RGB | rgb(67, 11, 22) |
| HSL | hsl(348, 72%, 15%) |
| CMYK | cmyk(0%, 84%, 67%, 74%) |
| LAB | lab(12.6 27.2 8.6) |
| LCH | lch(12.6 28.5 17.6) |
| OKLCH | oklch(0.257 0.084 14.6) |
Copy-ready code
/* CSS */
color: #430b16;
background-color: #430b16;
/* Tailwind (arbitrary) */
class="text-[#430b16] bg-[#430b16]"
/* SCSS */
$brand: #430b16;
/* SwiftUI */
Color(red: 0.263, green: 0.043, blue: 0.086)
/* Android */
Color.parseColor("#430b16")Accessibility — WCAG contrast
Aa
#430b16 on white: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#430b16 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green4.3%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta83.6%
Yellow67.2%
Key (black)73.7%
Color previews
#430b16 text on a black background
contrast 1.30:1
Card sample
#430b16 text on a white background
contrast 16.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #430b16;
Background color
Panel with #430b16 background
background-color: #430b16;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #430b16;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 11, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 11, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #430b16; background: linear-gradient(135deg, #430b16, #43250B);