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