#300310
a deep, electric magenta / pink · warm · closest name: black
RGB
48, 3, 16
HSL
343°, 88%, 10%
CMYK
0, 94, 67, 81
Luminance
0.0073
Every format
| HEX | #300310 |
| RGB | rgb(48, 3, 16) |
| HSL | hsl(343, 88%, 10%) |
| CMYK | cmyk(0%, 94%, 67%, 81%) |
| LAB | lab(6.6 23.5 3.4) |
| LCH | lch(6.6 23.8 8.2) |
| OKLCH | oklch(0.204 0.073 8.5) |
Copy-ready code
/* CSS */
color: #300310;
background-color: #300310;
/* Tailwind (arbitrary) */
class="text-[#300310] bg-[#300310]"
/* SCSS */
$brand: #300310;
/* SwiftUI */
Color(red: 0.188, green: 0.012, blue: 0.063)
/* Android */
Color.parseColor("#300310")Accessibility — WCAG contrast
Aa
#300310 on white: 18.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#300310 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green1.2%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta93.8%
Yellow66.7%
Key (black)81.2%
Color previews
#300310 text on a black background
contrast 1.15:1
Card sample
#300310 text on a white background
contrast 18.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #300310;
Background color
Panel with #300310 background
background-color: #300310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #300310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 3, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 3, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #300310; background: linear-gradient(135deg, #300310, #301403);