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