#b8afeb
a light, vivid blue · warm · closest name: plum
RGB
184, 175, 235
HSL
249°, 60%, 80%
CMYK
22, 26, 0, 8
Luminance
0.4685
Every format
| HEX | #b8afeb |
| RGB | rgb(184, 175, 235) |
| HSL | hsl(249, 60%, 80%) |
| CMYK | cmyk(22%, 26%, 0%, 8%) |
| LAB | lab(74.1 15.5 -28.8) |
| LCH | lch(74.1 32.7 298.3) |
| OKLCH | oklch(0.783 0.085 291.2) |
Copy-ready code
/* CSS */
color: #b8afeb;
background-color: #b8afeb;
/* Tailwind (arbitrary) */
class="text-[#b8afeb] bg-[#b8afeb]"
/* SCSS */
$brand: #b8afeb;
/* SwiftUI */
Color(red: 0.722, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#b8afeb")Accessibility — WCAG contrast
Aa
#b8afeb on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8afeb on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green68.6%
Blue92.2%
CMYK percentages
Cyan21.7%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#b8afeb text on a black background
contrast 10.37:1
Card sample
#b8afeb text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8afeb;
Background color
Panel with #b8afeb background
background-color: #b8afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8afeb; background: linear-gradient(135deg, #b8afeb, #E0AFEB);