#45000f
a deep, electric red · warm · closest name: maroon
RGB
69, 0, 15
HSL
347°, 100%, 14%
CMYK
0, 100, 78, 73
Luminance
0.0130
Every format
| HEX | #45000f |
| RGB | rgb(69, 0, 15) |
| HSL | hsl(347, 100%, 14%) |
| CMYK | cmyk(0%, 100%, 78%, 73%) |
| LAB | lab(11.3 31.9 11.3) |
| LCH | lch(11.3 33.9 19.5) |
| OKLCH | oklch(0.248 0.099 16.8) |
Copy-ready code
/* CSS */
color: #45000f;
background-color: #45000f;
/* Tailwind (arbitrary) */
class="text-[#45000f] bg-[#45000f]"
/* SCSS */
$brand: #45000f;
/* SwiftUI */
Color(red: 0.271, green: 0.000, blue: 0.059)
/* Android */
Color.parseColor("#45000f")Accessibility — WCAG contrast
Aa
#45000f on white: 16.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#45000f on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green0.0%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow78.3%
Key (black)72.9%
Color previews
#45000f text on a black background
contrast 1.26:1
Card sample
#45000f text on a white background
contrast 16.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45000f;
Background color
Panel with #45000f background
background-color: #45000f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45000f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 0, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 0, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45000f; background: linear-gradient(135deg, #45000f, #451F00);