#430708
a deep, electric red · warm · closest name: maroon
RGB
67, 7, 8
HSL
359°, 81%, 15%
CMYK
0, 90, 88, 74
Luminance
0.0136
Every format
| HEX | #430708 |
| RGB | rgb(67, 7, 8) |
| HSL | hsl(359, 81%, 15%) |
| CMYK | cmyk(0%, 90%, 88%, 74%) |
| LAB | lab(11.7 27.9 15.0) |
| LCH | lch(11.7 31.7 28.2) |
| OKLCH | oklch(0.250 0.089 25.9) |
Copy-ready code
/* CSS */
color: #430708;
background-color: #430708;
/* Tailwind (arbitrary) */
class="text-[#430708] bg-[#430708]"
/* SCSS */
$brand: #430708;
/* SwiftUI */
Color(red: 0.263, green: 0.027, blue: 0.031)
/* Android */
Color.parseColor("#430708")Accessibility — WCAG contrast
Aa
#430708 on white: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#430708 on black: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green2.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta89.6%
Yellow88.1%
Key (black)73.7%
Color previews
#430708 text on a black background
contrast 1.27:1
Card sample
#430708 text on a white background
contrast 16.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #430708;
Background color
Panel with #430708 background
background-color: #430708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #430708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 7, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 7, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #430708; background: linear-gradient(135deg, #430708, #432E07);