#b1afdc
a light, soft blue · warm · closest name: plum
RGB
177, 175, 220
HSL
243°, 39%, 78%
CMYK
20, 21, 0, 14
Luminance
0.4517
Every format
| HEX | #b1afdc |
| RGB | rgb(177, 175, 220) |
| HSL | hsl(243, 39%, 78%) |
| CMYK | cmyk(20%, 21%, 0%, 14%) |
| LAB | lab(73.0 10.0 -22.4) |
| LCH | lch(73.0 24.5 294.1) |
| OKLCH | oklch(0.771 0.064 286.8) |
Copy-ready code
/* CSS */
color: #b1afdc;
background-color: #b1afdc;
/* Tailwind (arbitrary) */
class="text-[#b1afdc] bg-[#b1afdc]"
/* SCSS */
$brand: #b1afdc;
/* SwiftUI */
Color(red: 0.694, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#b1afdc")Accessibility — WCAG contrast
Aa
#b1afdc on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1afdc on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green68.6%
Blue86.3%
CMYK percentages
Cyan19.5%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#b1afdc text on a black background
contrast 10.03:1
Card sample
#b1afdc text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1afdc;
Background color
Panel with #b1afdc background
background-color: #b1afdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1afdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1afdc; background: linear-gradient(135deg, #b1afdc, #CFAFDC);