#442b55
a dark, soft violet · warm · closest name: midnightblue
RGB
68, 43, 85
HSL
276°, 33%, 25%
CMYK
20, 49, 0, 67
Luminance
0.0361
Every format
| HEX | #442b55 |
| RGB | rgb(68, 43, 85) |
| HSL | hsl(276, 33%, 25%) |
| CMYK | cmyk(20%, 49%, 0%, 67%) |
| LAB | lab(22.4 20.6 -21.1) |
| LCH | lch(22.4 29.5 314.4) |
| OKLCH | oklch(0.339 0.077 310.3) |
Copy-ready code
/* CSS */
color: #442b55;
background-color: #442b55;
/* Tailwind (arbitrary) */
class="text-[#442b55] bg-[#442b55]"
/* SCSS */
$brand: #442b55;
/* SwiftUI */
Color(red: 0.267, green: 0.169, blue: 0.333)
/* Android */
Color.parseColor("#442b55")Accessibility — WCAG contrast
Aa
#442b55 on white: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#442b55 on black: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green16.9%
Blue33.3%
CMYK percentages
Cyan20.0%
Magenta49.4%
Yellow0.0%
Key (black)66.7%
Color previews
#442b55 text on a black background
contrast 1.72:1
Card sample
#442b55 text on a white background
contrast 12.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #442b55;
Background color
Panel with #442b55 background
background-color: #442b55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #442b55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 43, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 43, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #442b55; background: linear-gradient(135deg, #442b55, #552B4A);