#442299
a dark, vivid violet · warm · closest name: indigo
RGB
68, 34, 153
HSL
257°, 64%, 37%
CMYK
56, 78, 0, 40
Luminance
0.0467
Every format
| HEX | #442299 |
| RGB | rgb(68, 34, 153) |
| HSL | hsl(257, 64%, 37%) |
| CMYK | cmyk(56%, 78%, 0%, 40%) |
| LAB | lab(25.8 45.3 -58.9) |
| LCH | lch(25.8 74.3 307.5) |
| OKLCH | oklch(0.381 0.178 287.7) |
Copy-ready code
/* CSS */
color: #442299;
background-color: #442299;
/* Tailwind (arbitrary) */
class="text-[#442299] bg-[#442299]"
/* SCSS */
$brand: #442299;
/* SwiftUI */
Color(red: 0.267, green: 0.133, blue: 0.600)
/* Android */
Color.parseColor("#442299")Accessibility — WCAG contrast
Aa
#442299 on white: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#442299 on black: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green13.3%
Blue60.0%
CMYK percentages
Cyan55.6%
Magenta77.8%
Yellow0.0%
Key (black)40.0%
Color previews
#442299 text on a black background
contrast 1.93:1
Card sample
#442299 text on a white background
contrast 10.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #442299;
Background color
Panel with #442299 background
background-color: #442299;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #442299;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 34, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 34, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #442299; background: linear-gradient(135deg, #442299, #932299);