#b5afeb
a light, vivid blue · warm · closest name: plum
RGB
181, 175, 235
HSL
246°, 60%, 80%
CMYK
23, 26, 0, 8
Luminance
0.4648
Every format
| HEX | #b5afeb |
| RGB | rgb(181, 175, 235) |
| HSL | hsl(246, 60%, 80%) |
| CMYK | cmyk(23%, 26%, 0%, 8%) |
| LAB | lab(73.9 14.6 -29.2) |
| LCH | lch(73.9 32.6 296.6) |
| OKLCH | oklch(0.780 0.085 288.8) |
Copy-ready code
/* CSS */
color: #b5afeb;
background-color: #b5afeb;
/* Tailwind (arbitrary) */
class="text-[#b5afeb] bg-[#b5afeb]"
/* SCSS */
$brand: #b5afeb;
/* SwiftUI */
Color(red: 0.710, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#b5afeb")Accessibility — WCAG contrast
Aa
#b5afeb on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5afeb on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green68.6%
Blue92.2%
CMYK percentages
Cyan23.0%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#b5afeb text on a black background
contrast 10.30:1
Card sample
#b5afeb text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5afeb;
Background color
Panel with #b5afeb background
background-color: #b5afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5afeb; background: linear-gradient(135deg, #b5afeb, #DDAFEB);