#442288
a dark, vivid violet · warm · closest name: midnightblue
RGB
68, 34, 136
HSL
260°, 60%, 33%
CMYK
50, 75, 0, 47
Luminance
0.0415
Every format
| HEX | #442288 |
| RGB | rgb(68, 34, 136) |
| HSL | hsl(260, 60%, 33%) |
| CMYK | cmyk(50%, 75%, 0%, 47%) |
| LAB | lab(24.2 40.4 -51.1) |
| LCH | lch(24.2 65.1 308.3) |
| OKLCH | oklch(0.364 0.158 291.9) |
Copy-ready code
/* CSS */
color: #442288;
background-color: #442288;
/* Tailwind (arbitrary) */
class="text-[#442288] bg-[#442288]"
/* SCSS */
$brand: #442288;
/* SwiftUI */
Color(red: 0.267, green: 0.133, blue: 0.533)
/* Android */
Color.parseColor("#442288")Accessibility — WCAG contrast
Aa
#442288 on white: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#442288 on black: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green13.3%
Blue53.3%
CMYK percentages
Cyan50.0%
Magenta75.0%
Yellow0.0%
Key (black)46.7%
Color previews
#442288 text on a black background
contrast 1.83:1
Card sample
#442288 text on a white background
contrast 11.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #442288;
Background color
Panel with #442288 background
background-color: #442288;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #442288;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 34, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 34, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #442288; background: linear-gradient(135deg, #442288, #882288);