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