#440055
a deep, electric violet · warm · closest name: midnightblue
RGB
68, 0, 85
HSL
288°, 100%, 17%
CMYK
20, 100, 0, 67
Luminance
0.0188
Every format
| HEX | #440055 |
| RGB | rgb(68, 0, 85) |
| HSL | hsl(288, 100%, 17%) |
| CMYK | cmyk(20%, 100%, 0%, 67%) |
| LAB | lab(14.9 41.2 -33.1) |
| LCH | lch(14.9 52.8 321.2) |
| OKLCH | oklch(0.285 0.139 317.6) |
Copy-ready code
/* CSS */
color: #440055;
background-color: #440055;
/* Tailwind (arbitrary) */
class="text-[#440055] bg-[#440055]"
/* SCSS */
$brand: #440055;
/* SwiftUI */
Color(red: 0.267, green: 0.000, blue: 0.333)
/* Android */
Color.parseColor("#440055")Accessibility — WCAG contrast
Aa
#440055 on white: 15.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#440055 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green0.0%
Blue33.3%
CMYK percentages
Cyan20.0%
Magenta100.0%
Yellow0.0%
Key (black)66.7%
Color previews
#440055 text on a black background
contrast 1.38:1
Card sample
#440055 text on a white background
contrast 15.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #440055;
Background color
Panel with #440055 background
background-color: #440055;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #440055;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 0, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 0, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #440055; background: linear-gradient(135deg, #440055, #55002D);