#3d000f
a deep, electric red · warm · closest name: black
RGB
61, 0, 15
HSL
345°, 100%, 12%
CMYK
0, 100, 75, 76
Luminance
0.0103
Every format
| HEX | #3d000f |
| RGB | rgb(61, 0, 15) |
| HSL | hsl(345, 100%, 12%) |
| CMYK | cmyk(0%, 100%, 75%, 76%) |
| LAB | lab(9.2 29.6 8.1) |
| LCH | lch(9.2 30.7 15.3) |
| OKLCH | oklch(0.229 0.092 14.0) |
Copy-ready code
/* CSS */
color: #3d000f;
background-color: #3d000f;
/* Tailwind (arbitrary) */
class="text-[#3d000f] bg-[#3d000f]"
/* SCSS */
$brand: #3d000f;
/* SwiftUI */
Color(red: 0.239, green: 0.000, blue: 0.059)
/* Android */
Color.parseColor("#3d000f")Accessibility — WCAG contrast
Aa
#3d000f on white: 17.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3d000f on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green0.0%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow75.4%
Key (black)76.1%
Color previews
#3d000f text on a black background
contrast 1.21:1
Card sample
#3d000f text on a white background
contrast 17.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d000f;
Background color
Panel with #3d000f background
background-color: #3d000f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d000f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 0, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 0, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d000f; background: linear-gradient(135deg, #3d000f, #3D1A00);