#431007
a deep, electric red · warm · closest name: black
RGB
67, 16, 7
HSL
9°, 81%, 15%
CMYK
0, 76, 90, 74
Luminance
0.0158
Every format
| HEX | #431007 |
| RGB | rgb(67, 16, 7) |
| HSL | hsl(9, 81%, 15%) |
| CMYK | cmyk(0%, 76%, 90%, 74%) |
| LAB | lab(13.1 24.0 17.3) |
| LCH | lch(13.1 29.6 35.7) |
| OKLCH | oklch(0.260 0.081 32.6) |
Copy-ready code
/* CSS */
color: #431007;
background-color: #431007;
/* Tailwind (arbitrary) */
class="text-[#431007] bg-[#431007]"
/* SCSS */
$brand: #431007;
/* SwiftUI */
Color(red: 0.263, green: 0.063, blue: 0.027)
/* Android */
Color.parseColor("#431007")Accessibility — WCAG contrast
Aa
#431007 on white: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#431007 on black: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green6.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta76.1%
Yellow89.6%
Key (black)73.7%
Color previews
#431007 text on a black background
contrast 1.32:1
Card sample
#431007 text on a white background
contrast 15.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #431007;
Background color
Panel with #431007 background
background-color: #431007;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #431007;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 16, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 16, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #431007; background: linear-gradient(135deg, #431007, #433807);