#442995
a dark, vivid violet · warm · closest name: indigo
RGB
68, 41, 149
HSL
255°, 57%, 37%
CMYK
54, 73, 0, 42
Luminance
0.0498
Every format
| HEX | #442995 |
| RGB | rgb(68, 41, 149) |
| HSL | hsl(255, 57%, 37%) |
| CMYK | cmyk(54%, 73%, 0%, 42%) |
| LAB | lab(26.7 40.5 -55.0) |
| LCH | lch(26.7 68.3 306.3) |
| OKLCH | oklch(0.386 0.166 287.4) |
Copy-ready code
/* CSS */
color: #442995;
background-color: #442995;
/* Tailwind (arbitrary) */
class="text-[#442995] bg-[#442995]"
/* SCSS */
$brand: #442995;
/* SwiftUI */
Color(red: 0.267, green: 0.161, blue: 0.584)
/* Android */
Color.parseColor("#442995")Accessibility — WCAG contrast
Aa
#442995 on white: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#442995 on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green16.1%
Blue58.4%
CMYK percentages
Cyan54.4%
Magenta72.5%
Yellow0.0%
Key (black)41.6%
Color previews
#442995 text on a black background
contrast 2.00:1
Card sample
#442995 text on a white background
contrast 10.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #442995;
Background color
Panel with #442995 background
background-color: #442995;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #442995;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 41, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 41, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #442995; background: linear-gradient(135deg, #442995, #8C2995);