#b0afe2
a light, vivid blue · warm · closest name: plum
RGB
176, 175, 226
HSL
241°, 47%, 79%
CMYK
22, 23, 0, 11
Luminance
0.4538
Every format
| HEX | #b0afe2 |
| RGB | rgb(176, 175, 226) |
| HSL | hsl(241, 47%, 79%) |
| CMYK | cmyk(22%, 23%, 0%, 11%) |
| LAB | lab(73.1 11.0 -25.4) |
| LCH | lch(73.1 27.7 293.5) |
| OKLCH | oklch(0.773 0.072 285.5) |
Copy-ready code
/* CSS */
color: #b0afe2;
background-color: #b0afe2;
/* Tailwind (arbitrary) */
class="text-[#b0afe2] bg-[#b0afe2]"
/* SCSS */
$brand: #b0afe2;
/* SwiftUI */
Color(red: 0.690, green: 0.686, blue: 0.886)
/* Android */
Color.parseColor("#b0afe2")Accessibility — WCAG contrast
Aa
#b0afe2 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0afe2 on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green68.6%
Blue88.6%
CMYK percentages
Cyan22.1%
Magenta22.6%
Yellow0.0%
Key (black)11.4%
Color previews
#b0afe2 text on a black background
contrast 10.08:1
Card sample
#b0afe2 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0afe2;
Background color
Panel with #b0afe2 background
background-color: #b0afe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0afe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 175, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 175, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0afe2; background: linear-gradient(135deg, #b0afe2, #D2AFE2);