#440ade
a balanced, electric violet · warm · closest name: blue
RGB
68, 10, 222
HSL
256°, 91%, 46%
CMYK
69, 96, 0, 13
Luminance
0.0672
Every format
| HEX | #440ade |
| RGB | rgb(68, 10, 222) |
| HSL | hsl(256, 91%, 46%) |
| CMYK | cmyk(69%, 96%, 0%, 13%) |
| LAB | lab(31.2 70.9 -91.0) |
| LCH | lch(31.2 115.3 307.9) |
| OKLCH | oklch(0.440 0.265 278.1) |
Copy-ready code
/* CSS */
color: #440ade;
background-color: #440ade;
/* Tailwind (arbitrary) */
class="text-[#440ade] bg-[#440ade]"
/* SCSS */
$brand: #440ade;
/* SwiftUI */
Color(red: 0.267, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#440ade")Accessibility — WCAG contrast
Aa
#440ade on white: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#440ade on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green3.9%
Blue87.1%
CMYK percentages
Cyan69.4%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#440ade text on a black background
contrast 2.34:1
Card sample
#440ade text on a white background
contrast 8.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #440ade;
Background color
Panel with #440ade background
background-color: #440ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #440ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #440ade; background: linear-gradient(135deg, #440ade, #D10ADE);