#1f0a0e
a deep, vivid red · warm · closest name: black
RGB
31, 10, 14
HSL
349°, 51%, 8%
CMYK
0, 68, 55, 88
Luminance
0.0054
Every format
| HEX | #1f0a0e |
| RGB | rgb(31, 10, 14) |
| HSL | hsl(349, 51%, 8%) |
| CMYK | cmyk(0%, 68%, 55%, 88%) |
| LAB | lab(4.9 9.8 1.6) |
| LCH | lch(4.9 9.9 9.0) |
| OKLCH | oklch(0.180 0.037 9.5) |
Copy-ready code
/* CSS */
color: #1f0a0e;
background-color: #1f0a0e;
/* Tailwind (arbitrary) */
class="text-[#1f0a0e] bg-[#1f0a0e]"
/* SCSS */
$brand: #1f0a0e;
/* SwiftUI */
Color(red: 0.122, green: 0.039, blue: 0.055)
/* Android */
Color.parseColor("#1f0a0e")Accessibility — WCAG contrast
Aa
#1f0a0e on white: 18.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f0a0e on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green3.9%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta67.7%
Yellow54.8%
Key (black)87.8%
Color previews
#1f0a0e text on a black background
contrast 1.11:1
Card sample
#1f0a0e text on a white background
contrast 18.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f0a0e;
Background color
Panel with #1f0a0e background
background-color: #1f0a0e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f0a0e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 10, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 10, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f0a0e; background: linear-gradient(135deg, #1f0a0e, #1F140A);