#b9afdf
a light, soft blue · warm · closest name: plum
RGB
185, 175, 223
HSL
253°, 43%, 78%
CMYK
17, 22, 0, 13
Luminance
0.4630
Every format
| HEX | #b9afdf |
| RGB | rgb(185, 175, 223) |
| HSL | hsl(253, 43%, 78%) |
| CMYK | cmyk(17%, 22%, 0%, 13%) |
| LAB | lab(73.7 13.2 -22.8) |
| LCH | lch(73.7 26.3 300.0) |
| OKLCH | oklch(0.779 0.068 294.3) |
Copy-ready code
/* CSS */
color: #b9afdf;
background-color: #b9afdf;
/* Tailwind (arbitrary) */
class="text-[#b9afdf] bg-[#b9afdf]"
/* SCSS */
$brand: #b9afdf;
/* SwiftUI */
Color(red: 0.725, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#b9afdf")Accessibility — WCAG contrast
Aa
#b9afdf on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9afdf on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green68.6%
Blue87.5%
CMYK percentages
Cyan17.0%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#b9afdf text on a black background
contrast 10.26:1
Card sample
#b9afdf text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9afdf;
Background color
Panel with #b9afdf background
background-color: #b9afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9afdf; background: linear-gradient(135deg, #b9afdf, #D9AFDF);