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