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