#1f0607
a deep, vivid red · warm · closest name: black
RGB
31, 6, 7
HSL
358°, 68%, 7%
CMYK
0, 81, 77, 88
Luminance
0.0044
Every format
| HEX | #1f0607 |
| RGB | rgb(31, 6, 7) |
| HSL | hsl(358, 68%, 7%) |
| CMYK | cmyk(0%, 81%, 77%, 88%) |
| LAB | lab(4.0 10.4 3.2) |
| LCH | lch(4.0 10.9 17.3) |
| OKLCH | oklch(0.169 0.045 20.3) |
Copy-ready code
/* CSS */
color: #1f0607;
background-color: #1f0607;
/* Tailwind (arbitrary) */
class="text-[#1f0607] bg-[#1f0607]"
/* SCSS */
$brand: #1f0607;
/* SwiftUI */
Color(red: 0.122, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#1f0607")Accessibility — WCAG contrast
Aa
#1f0607 on white: 19.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#1f0607 on black: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.2%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta80.6%
Yellow77.4%
Key (black)87.8%
Color previews
#1f0607 text on a black background
contrast 1.09:1
Card sample
#1f0607 text on a white background
contrast 19.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1f0607;
Background color
Panel with #1f0607 background
background-color: #1f0607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1f0607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(31, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(31, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1f0607; background: linear-gradient(135deg, #1f0607, #1F1606);