#b4afdc
a light, soft blue · warm · closest name: plum
RGB
180, 175, 220
HSL
247°, 39%, 78%
CMYK
18, 21, 0, 14
Luminance
0.4553
Every format
| HEX | #b4afdc |
| RGB | rgb(180, 175, 220) |
| HSL | hsl(247, 39%, 78%) |
| CMYK | cmyk(18%, 21%, 0%, 14%) |
| LAB | lab(73.2 10.9 -22.0) |
| LCH | lch(73.2 24.5 296.4) |
| OKLCH | oklch(0.773 0.064 289.9) |
Copy-ready code
/* CSS */
color: #b4afdc;
background-color: #b4afdc;
/* Tailwind (arbitrary) */
class="text-[#b4afdc] bg-[#b4afdc]"
/* SCSS */
$brand: #b4afdc;
/* SwiftUI */
Color(red: 0.706, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#b4afdc")Accessibility — WCAG contrast
Aa
#b4afdc on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b4afdc on black: 10.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green68.6%
Blue86.3%
CMYK percentages
Cyan18.2%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#b4afdc text on a black background
contrast 10.11:1
Card sample
#b4afdc text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b4afdc;
Background color
Panel with #b4afdc background
background-color: #b4afdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b4afdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b4afdc; background: linear-gradient(135deg, #b4afdc, #D2AFDC);