#b3acfc
a light, electric blue · warm · closest name: plum
RGB
179, 172, 252
HSL
245°, 93%, 83%
CMYK
29, 32, 0, 1
Luminance
0.4612
Every format
| HEX | #b3acfc |
| RGB | rgb(179, 172, 252) |
| HSL | hsl(245, 93%, 83%) |
| CMYK | cmyk(29%, 32%, 0%, 1%) |
| LAB | lab(73.6 19.8 -38.8) |
| LCH | lch(73.6 43.5 297.0) |
| OKLCH | oklch(0.780 0.113 287.5) |
Copy-ready code
/* CSS */
color: #b3acfc;
background-color: #b3acfc;
/* Tailwind (arbitrary) */
class="text-[#b3acfc] bg-[#b3acfc]"
/* SCSS */
$brand: #b3acfc;
/* SwiftUI */
Color(red: 0.702, green: 0.675, blue: 0.988)
/* Android */
Color.parseColor("#b3acfc")Accessibility — WCAG contrast
Aa
#b3acfc on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3acfc on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green67.5%
Blue98.8%
CMYK percentages
Cyan29.0%
Magenta31.7%
Yellow0.0%
Key (black)1.2%
Color previews
#b3acfc text on a black background
contrast 10.22:1
Card sample
#b3acfc text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3acfc;
Background color
Panel with #b3acfc background
background-color: #b3acfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3acfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 172, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 172, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3acfc; background: linear-gradient(135deg, #b3acfc, #E8ACFC);