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