#330c01
a deep, electric red · warm · closest name: black
RGB
51, 12, 1
HSL
13°, 96%, 10%
CMYK
0, 77, 98, 80
Luminance
0.0097
Every format
| HEX | #330c01 |
| RGB | rgb(51, 12, 1) |
| HSL | hsl(13, 96%, 10%) |
| CMYK | cmyk(0%, 77%, 98%, 80%) |
| LAB | lab(8.7 18.9 13.1) |
| LCH | lch(8.7 23.0 34.8) |
| OKLCH | oklch(0.220 0.067 39.5) |
Copy-ready code
/* CSS */
color: #330c01;
background-color: #330c01;
/* Tailwind (arbitrary) */
class="text-[#330c01] bg-[#330c01]"
/* SCSS */
$brand: #330c01;
/* SwiftUI */
Color(red: 0.200, green: 0.047, blue: 0.004)
/* Android */
Color.parseColor("#330c01")Accessibility — WCAG contrast
Aa
#330c01 on white: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#330c01 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green4.7%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta76.5%
Yellow98.0%
Key (black)80.0%
Color previews
#330c01 text on a black background
contrast 1.19:1
Card sample
#330c01 text on a white background
contrast 17.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #330c01;
Background color
Panel with #330c01 background
background-color: #330c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #330c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 12, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 12, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #330c01; background: linear-gradient(135deg, #330c01, #332D01);