#301444
a deep, vivid violet · warm · closest name: midnightblue
RGB
48, 20, 68
HSL
275°, 55%, 17%
CMYK
29, 71, 0, 73
Luminance
0.0155
Every format
| HEX | #301444 |
| RGB | rgb(48, 20, 68) |
| HSL | hsl(275, 55%, 17%) |
| CMYK | cmyk(29%, 71%, 0%, 73%) |
| LAB | lab(12.9 24.4 -24.7) |
| LCH | lch(12.9 34.7 314.6) |
| OKLCH | oklch(0.260 0.089 308.3) |
Copy-ready code
/* CSS */
color: #301444;
background-color: #301444;
/* Tailwind (arbitrary) */
class="text-[#301444] bg-[#301444]"
/* SCSS */
$brand: #301444;
/* SwiftUI */
Color(red: 0.188, green: 0.078, blue: 0.267)
/* Android */
Color.parseColor("#301444")Accessibility — WCAG contrast
Aa
#301444 on white: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#301444 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green7.8%
Blue26.7%
CMYK percentages
Cyan29.4%
Magenta70.6%
Yellow0.0%
Key (black)73.3%
Color previews
#301444 text on a black background
contrast 1.31:1
Card sample
#301444 text on a white background
contrast 16.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #301444;
Background color
Panel with #301444 background
background-color: #301444;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #301444;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 20, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 20, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #301444; background: linear-gradient(135deg, #301444, #441438);