#300022
a deep, electric magenta / pink · warm · closest name: black
RGB
48, 0, 34
HSL
318°, 100%, 9%
CMYK
0, 100, 29, 81
Luminance
0.0074
Every format
| HEX | #300022 |
| RGB | rgb(48, 0, 34) |
| HSL | hsl(318, 100%, 9%) |
| CMYK | cmyk(0%, 100%, 29%, 81%) |
| LAB | lab(6.7 27.7 -9.6) |
| LCH | lch(6.7 29.3 340.9) |
| OKLCH | oklch(0.207 0.089 342.9) |
Copy-ready code
/* CSS */
color: #300022;
background-color: #300022;
/* Tailwind (arbitrary) */
class="text-[#300022] bg-[#300022]"
/* SCSS */
$brand: #300022;
/* SwiftUI */
Color(red: 0.188, green: 0.000, blue: 0.133)
/* Android */
Color.parseColor("#300022")Accessibility — WCAG contrast
Aa
#300022 on white: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#300022 on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green0.0%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow29.2%
Key (black)81.2%
Color previews
#300022 text on a black background
contrast 1.15:1
Card sample
#300022 text on a white background
contrast 18.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #300022;
Background color
Panel with #300022 background
background-color: #300022;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #300022;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 0, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 0, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #300022; background: linear-gradient(135deg, #300022, #300002);