#330005
a deep, electric red · warm · closest name: black
RGB
51, 0, 5
HSL
354°, 100%, 10%
CMYK
0, 100, 90, 80
Luminance
0.0071
Every format
| HEX | #330005 |
| RGB | rgb(51, 0, 5) |
| HSL | hsl(354, 100%, 10%) |
| CMYK | cmyk(0%, 100%, 90%, 80%) |
| LAB | lab(6.5 25.6 8.2) |
| LCH | lch(6.5 26.8 17.7) |
| OKLCH | oklch(0.203 0.082 21.7) |
Copy-ready code
/* CSS */
color: #330005;
background-color: #330005;
/* Tailwind (arbitrary) */
class="text-[#330005] bg-[#330005]"
/* SCSS */
$brand: #330005;
/* SwiftUI */
Color(red: 0.200, green: 0.000, blue: 0.020)
/* Android */
Color.parseColor("#330005")Accessibility — WCAG contrast
Aa
#330005 on white: 18.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#330005 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green0.0%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow90.2%
Key (black)80.0%
Color previews
#330005 text on a black background
contrast 1.14:1
Card sample
#330005 text on a white background
contrast 18.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #330005;
Background color
Panel with #330005 background
background-color: #330005;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #330005;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 0, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 0, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #330005; background: linear-gradient(135deg, #330005, #331D00);