#4516af
a dark, electric violet · warm · closest name: navy
RGB
69, 22, 175
HSL
258°, 78%, 39%
CMYK
61, 87, 0, 31
Luminance
0.0493
Every format
| HEX | #4516af |
| RGB | rgb(69, 22, 175) |
| HSL | hsl(258, 78%, 39%) |
| CMYK | cmyk(61%, 87%, 0%, 31%) |
| LAB | lab(26.5 56.4 -71.0) |
| LCH | lch(26.5 90.7 308.4) |
| OKLCH | oklch(0.393 0.212 285.0) |
Copy-ready code
/* CSS */
color: #4516af;
background-color: #4516af;
/* Tailwind (arbitrary) */
class="text-[#4516af] bg-[#4516af]"
/* SCSS */
$brand: #4516af;
/* SwiftUI */
Color(red: 0.271, green: 0.086, blue: 0.686)
/* Android */
Color.parseColor("#4516af")Accessibility — WCAG contrast
Aa
#4516af on white: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#4516af on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green8.6%
Blue68.6%
CMYK percentages
Cyan60.6%
Magenta87.4%
Yellow0.0%
Key (black)31.4%
Color previews
#4516af text on a black background
contrast 1.99:1
Card sample
#4516af text on a white background
contrast 10.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4516af;
Background color
Panel with #4516af background
background-color: #4516af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4516af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 22, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 22, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4516af; background: linear-gradient(135deg, #4516af, #AB16AF);