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