#442266
a dark, vivid violet · warm · closest name: midnightblue
RGB
68, 34, 102
HSL
270°, 50%, 27%
CMYK
33, 67, 0, 60
Luminance
0.0333
Every format
| HEX | #442266 |
| RGB | rgb(68, 34, 102) |
| HSL | hsl(270, 50%, 27%) |
| CMYK | cmyk(33%, 67%, 0%, 60%) |
| LAB | lab(21.3 30.8 -33.9) |
| LCH | lch(21.3 45.8 312.2) |
| OKLCH | oklch(0.335 0.116 303.8) |
Copy-ready code
/* CSS */
color: #442266;
background-color: #442266;
/* Tailwind (arbitrary) */
class="text-[#442266] bg-[#442266]"
/* SCSS */
$brand: #442266;
/* SwiftUI */
Color(red: 0.267, green: 0.133, blue: 0.400)
/* Android */
Color.parseColor("#442266")Accessibility — WCAG contrast
Aa
#442266 on white: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#442266 on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green13.3%
Blue40.0%
CMYK percentages
Cyan33.3%
Magenta66.7%
Yellow0.0%
Key (black)60.0%
Color previews
#442266 text on a black background
contrast 1.67:1
Card sample
#442266 text on a white background
contrast 12.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #442266;
Background color
Panel with #442266 background
background-color: #442266;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #442266;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 34, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 34, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #442266; background: linear-gradient(135deg, #442266, #66225B);