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