#b5afdf
a light, soft blue · warm · closest name: plum
RGB
181, 175, 223
HSL
248°, 43%, 78%
CMYK
19, 22, 0, 13
Luminance
0.4581
Every format
| HEX | #b5afdf |
| RGB | rgb(181, 175, 223) |
| HSL | hsl(248, 43%, 78%) |
| CMYK | cmyk(19%, 22%, 0%, 13%) |
| LAB | lab(73.4 11.9 -23.3) |
| LCH | lch(73.4 26.2 297.0) |
| OKLCH | oklch(0.775 0.068 290.4) |
Copy-ready code
/* CSS */
color: #b5afdf;
background-color: #b5afdf;
/* Tailwind (arbitrary) */
class="text-[#b5afdf] bg-[#b5afdf]"
/* SCSS */
$brand: #b5afdf;
/* SwiftUI */
Color(red: 0.710, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#b5afdf")Accessibility — WCAG contrast
Aa
#b5afdf on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5afdf on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green68.6%
Blue87.5%
CMYK percentages
Cyan18.8%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#b5afdf text on a black background
contrast 10.16:1
Card sample
#b5afdf text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5afdf;
Background color
Panel with #b5afdf background
background-color: #b5afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5afdf; background: linear-gradient(135deg, #b5afdf, #D5AFDF);