#440a7e
a dark, electric violet · warm · closest name: indigo
RGB
68, 10, 126
HSL
270°, 85%, 27%
CMYK
46, 92, 0, 51
Luminance
0.0295
Every format
| HEX | #440a7e |
| RGB | rgb(68, 10, 126) |
| HSL | hsl(270, 85%, 27%) |
| CMYK | cmyk(46%, 92%, 0%, 51%) |
| LAB | lab(19.9 47.4 -51.8) |
| LCH | lch(19.9 70.2 312.4) |
| OKLCH | oklch(0.331 0.169 298.2) |
Copy-ready code
/* CSS */
color: #440a7e;
background-color: #440a7e;
/* Tailwind (arbitrary) */
class="text-[#440a7e] bg-[#440a7e]"
/* SCSS */
$brand: #440a7e;
/* SwiftUI */
Color(red: 0.267, green: 0.039, blue: 0.494)
/* Android */
Color.parseColor("#440a7e")Accessibility — WCAG contrast
Aa
#440a7e on white: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#440a7e on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green3.9%
Blue49.4%
CMYK percentages
Cyan46.0%
Magenta92.1%
Yellow0.0%
Key (black)50.6%
Color previews
#440a7e text on a black background
contrast 1.59:1
Card sample
#440a7e text on a white background
contrast 13.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #440a7e;
Background color
Panel with #440a7e background
background-color: #440a7e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #440a7e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 10, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 10, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #440a7e; background: linear-gradient(135deg, #440a7e, #7E0A6B);