#b069ff
a light, electric violet · warm · closest name: slateblue
RGB
176, 105, 255
HSL
268°, 100%, 71%
CMYK
31, 59, 0, 0
Luminance
0.2655
Every format
| HEX | #b069ff |
| RGB | rgb(176, 105, 255) |
| HSL | hsl(268, 100%, 71%) |
| CMYK | cmyk(31%, 59%, 0%, 0%) |
| LAB | lab(58.6 56.4 -64.3) |
| LCH | lch(58.6 85.5 311.3) |
| OKLCH | oklch(0.667 0.216 302.8) |
Copy-ready code
/* CSS */
color: #b069ff;
background-color: #b069ff;
/* Tailwind (arbitrary) */
class="text-[#b069ff] bg-[#b069ff]"
/* SCSS */
$brand: #b069ff;
/* SwiftUI */
Color(red: 0.690, green: 0.412, blue: 1.000)
/* Android */
Color.parseColor("#b069ff")Accessibility — WCAG contrast
Aa
#b069ff on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b069ff on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green41.2%
Blue100.0%
CMYK percentages
Cyan31.0%
Magenta58.8%
Yellow0.0%
Key (black)0.0%
Color previews
#b069ff text on a black background
contrast 6.31:1
Card sample
#b069ff text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b069ff;
Background color
Panel with #b069ff background
background-color: #b069ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b069ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 105, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 105, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b069ff; background: linear-gradient(135deg, #b069ff, #FF69EA);