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