#301853
a deep, vivid violet · warm · closest name: midnightblue
RGB
48, 24, 83
HSL
264°, 55%, 21%
CMYK
42, 71, 0, 68
Luminance
0.0191
Every format
| HEX | #301853 |
| RGB | rgb(48, 24, 83) |
| HSL | hsl(264, 55%, 21%) |
| CMYK | cmyk(42%, 71%, 0%, 68%) |
| LAB | lab(15.0 26.3 -31.7) |
| LCH | lch(15.0 41.2 309.7) |
| OKLCH | oklch(0.279 0.102 298.1) |
Copy-ready code
/* CSS */
color: #301853;
background-color: #301853;
/* Tailwind (arbitrary) */
class="text-[#301853] bg-[#301853]"
/* SCSS */
$brand: #301853;
/* SwiftUI */
Color(red: 0.188, green: 0.094, blue: 0.325)
/* Android */
Color.parseColor("#301853")Accessibility — WCAG contrast
Aa
#301853 on white: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#301853 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.8%
Green9.4%
Blue32.5%
CMYK percentages
Cyan42.2%
Magenta71.1%
Yellow0.0%
Key (black)67.5%
Color previews
#301853 text on a black background
contrast 1.38:1
Card sample
#301853 text on a white background
contrast 15.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #301853;
Background color
Panel with #301853 background
background-color: #301853;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #301853;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(48, 24, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(48, 24, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #301853; background: linear-gradient(135deg, #301853, #53184F);