#b1afdf
a light, soft blue · warm · closest name: plum
RGB
177, 175, 223
HSL
243°, 43%, 78%
CMYK
21, 22, 0, 13
Luminance
0.4533
Every format
| HEX | #b1afdf |
| RGB | rgb(177, 175, 223) |
| HSL | hsl(243, 43%, 78%) |
| CMYK | cmyk(21%, 22%, 0%, 13%) |
| LAB | lab(73.1 10.7 -23.8) |
| LCH | lch(73.1 26.1 294.1) |
| OKLCH | oklch(0.772 0.068 286.6) |
Copy-ready code
/* CSS */
color: #b1afdf;
background-color: #b1afdf;
/* Tailwind (arbitrary) */
class="text-[#b1afdf] bg-[#b1afdf]"
/* SCSS */
$brand: #b1afdf;
/* SwiftUI */
Color(red: 0.694, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#b1afdf")Accessibility — WCAG contrast
Aa
#b1afdf on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b1afdf on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green68.6%
Blue87.5%
CMYK percentages
Cyan20.6%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#b1afdf text on a black background
contrast 10.07:1
Card sample
#b1afdf text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b1afdf;
Background color
Panel with #b1afdf background
background-color: #b1afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b1afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b1afdf; background: linear-gradient(135deg, #b1afdf, #D1AFDF);