#b69fff
a light, electric blue · warm · closest name: plum
RGB
182, 159, 255
HSL
254°, 100%, 81%
CMYK
29, 38, 0, 0
Luminance
0.4196
Every format
| HEX | #b69fff |
| RGB | rgb(182, 159, 255) |
| HSL | hsl(254, 100%, 81%) |
| CMYK | cmyk(29%, 38%, 0%, 0%) |
| LAB | lab(70.8 28.6 -44.7) |
| LCH | lch(70.8 53.1 302.6) |
| OKLCH | oklch(0.760 0.137 293.9) |
Copy-ready code
/* CSS */
color: #b69fff;
background-color: #b69fff;
/* Tailwind (arbitrary) */
class="text-[#b69fff] bg-[#b69fff]"
/* SCSS */
$brand: #b69fff;
/* SwiftUI */
Color(red: 0.714, green: 0.624, blue: 1.000)
/* Android */
Color.parseColor("#b69fff")Accessibility — WCAG contrast
Aa
#b69fff on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b69fff on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.4%
Green62.4%
Blue100.0%
CMYK percentages
Cyan28.6%
Magenta37.6%
Yellow0.0%
Key (black)0.0%
Color previews
#b69fff text on a black background
contrast 9.39:1
Card sample
#b69fff text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b69fff;
Background color
Panel with #b69fff background
background-color: #b69fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b69fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(182, 159, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(182, 159, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b69fff; background: linear-gradient(135deg, #b69fff, #F69FFF);