#b0a5df
a light, vivid blue · warm · closest name: plum
RGB
176, 165, 223
HSL
251°, 48%, 76%
CMYK
21, 26, 0, 13
Luminance
0.4147
Every format
| HEX | #b0a5df |
| RGB | rgb(176, 165, 223) |
| HSL | hsl(251, 48%, 76%) |
| CMYK | cmyk(21%, 26%, 0%, 13%) |
| LAB | lab(70.5 15.9 -27.8) |
| LCH | lch(70.5 32.1 299.7) |
| OKLCH | oklch(0.752 0.083 293.0) |
Copy-ready code
/* CSS */
color: #b0a5df;
background-color: #b0a5df;
/* Tailwind (arbitrary) */
class="text-[#b0a5df] bg-[#b0a5df]"
/* SCSS */
$brand: #b0a5df;
/* SwiftUI */
Color(red: 0.690, green: 0.647, blue: 0.875)
/* Android */
Color.parseColor("#b0a5df")Accessibility — WCAG contrast
Aa
#b0a5df on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0a5df on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green64.7%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta26.0%
Yellow0.0%
Key (black)12.5%
Color previews
#b0a5df text on a black background
contrast 9.29:1
Card sample
#b0a5df text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0a5df;
Background color
Panel with #b0a5df background
background-color: #b0a5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0a5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 165, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 165, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0a5df; background: linear-gradient(135deg, #b0a5df, #D7A5DF);