#300916
a deep, vivid magenta / pink · warm · closest name: black
RGB
48, 9, 22
HSL
340°, 68%, 11%
CMYK
0, 81, 54, 81
Luminance
0.0088
Every format
| HEX | #300916 |
| RGB | rgb(48, 9, 22) |
| HSL | hsl(340, 68%, 11%) |
| CMYK | cmyk(0%, 81%, 54%, 81%) |
| LAB | lab(8.0 21.0 1.6) |
| LCH | lch(8.0 21.1 4.2) |
| OKLCH | oklch(0.215 0.064 3.9) |
Copy-ready code
/* CSS */
color: #300916;
background-color: #300916;
/* Tailwind (arbitrary) */
class="text-[#300916] bg-[#300916]"
/* SCSS */
$brand: #300916;
/* SwiftUI */
Color(red: 0.188, green: 0.035, blue: 0.086)
/* Android */
Color.parseColor("#300916")Accessibility — WCAG contrast
Aa
#300916 on white: 17.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#300916 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green3.5%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta81.3%
Yellow54.2%
Key (black)81.2%
Color previews
#300916 text on a black background
contrast 1.18:1
Card sample
#300916 text on a white background
contrast 17.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #300916;
Background color
Panel with #300916 background
background-color: #300916;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #300916;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 9, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 9, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #300916; background: linear-gradient(135deg, #300916, #301609);