#b2afeb
a light, vivid blue · warm · closest name: plum
RGB
178, 175, 235
HSL
243°, 60%, 80%
CMYK
24, 26, 0, 8
Luminance
0.4612
Every format
| HEX | #b2afeb |
| RGB | rgb(178, 175, 235) |
| HSL | hsl(243, 60%, 80%) |
| CMYK | cmyk(24%, 26%, 0%, 8%) |
| LAB | lab(73.6 13.7 -29.6) |
| LCH | lch(73.6 32.6 294.9) |
| OKLCH | oklch(0.778 0.085 286.5) |
Copy-ready code
/* CSS */
color: #b2afeb;
background-color: #b2afeb;
/* Tailwind (arbitrary) */
class="text-[#b2afeb] bg-[#b2afeb]"
/* SCSS */
$brand: #b2afeb;
/* SwiftUI */
Color(red: 0.698, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#b2afeb")Accessibility — WCAG contrast
Aa
#b2afeb on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2afeb on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green68.6%
Blue92.2%
CMYK percentages
Cyan24.3%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#b2afeb text on a black background
contrast 10.22:1
Card sample
#b2afeb text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2afeb;
Background color
Panel with #b2afeb background
background-color: #b2afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2afeb; background: linear-gradient(135deg, #b2afeb, #DAAFEB);