#301038
a deep, vivid violet · warm · closest name: midnightblue
RGB
48, 16, 56
HSL
288°, 56%, 14%
CMYK
14, 71, 0, 78
Luminance
0.0128
Every format
| HEX | #301038 |
| RGB | rgb(48, 16, 56) |
| HSL | hsl(288, 56%, 14%) |
| CMYK | cmyk(14%, 71%, 0%, 78%) |
| LAB | lab(11.2 23.6 -19.0) |
| LCH | lch(11.2 30.3 321.2) |
| OKLCH | oklch(0.244 0.081 319.1) |
Copy-ready code
/* CSS */
color: #301038;
background-color: #301038;
/* Tailwind (arbitrary) */
class="text-[#301038] bg-[#301038]"
/* SCSS */
$brand: #301038;
/* SwiftUI */
Color(red: 0.188, green: 0.063, blue: 0.220)
/* Android */
Color.parseColor("#301038")Accessibility — WCAG contrast
Aa
#301038 on white: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#301038 on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green6.3%
Blue22.0%
CMYK percentages
Cyan14.3%
Magenta71.4%
Yellow0.0%
Key (black)78.0%
Color previews
#301038 text on a black background
contrast 1.26:1
Card sample
#301038 text on a white background
contrast 16.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #301038;
Background color
Panel with #301038 background
background-color: #301038;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #301038;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 16, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 16, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #301038; background: linear-gradient(135deg, #301038, #381025);