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