#b469ff
a light, electric violet · warm · closest name: slateblue
RGB
180, 105, 255
HSL
270°, 100%, 71%
CMYK
29, 59, 0, 0
Luminance
0.2703
Every format
| HEX | #b469ff |
| RGB | rgb(180, 105, 255) |
| HSL | hsl(270, 100%, 71%) |
| CMYK | cmyk(29%, 59%, 0%, 0%) |
| LAB | lab(59.0 57.3 -63.5) |
| LCH | lch(59.0 85.6 312.1) |
| OKLCH | oklch(0.671 0.217 304.2) |
Copy-ready code
/* CSS */
color: #b469ff;
background-color: #b469ff;
/* Tailwind (arbitrary) */
class="text-[#b469ff] bg-[#b469ff]"
/* SCSS */
$brand: #b469ff;
/* SwiftUI */
Color(red: 0.706, green: 0.412, blue: 1.000)
/* Android */
Color.parseColor("#b469ff")Accessibility — WCAG contrast
Aa
#b469ff on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b469ff on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green41.2%
Blue100.0%
CMYK percentages
Cyan29.4%
Magenta58.8%
Yellow0.0%
Key (black)0.0%
Color previews
#b469ff text on a black background
contrast 6.41:1
Card sample
#b469ff text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b469ff;
Background color
Panel with #b469ff background
background-color: #b469ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b469ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 105, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 105, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b469ff; background: linear-gradient(135deg, #b469ff, #FF69E6);