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