#b0a7df
a light, vivid blue · warm · closest name: plum
RGB
176, 167, 223
HSL
250°, 47%, 77%
CMYK
21, 25, 0, 13
Luminance
0.4220
Every format
| HEX | #b0a7df |
| RGB | rgb(176, 167, 223) |
| HSL | hsl(250, 47%, 77%) |
| CMYK | cmyk(21%, 25%, 0%, 13%) |
| LAB | lab(71.0 14.8 -27.1) |
| LCH | lch(71.0 30.9 298.7) |
| OKLCH | oklch(0.756 0.080 291.7) |
Copy-ready code
/* CSS */
color: #b0a7df;
background-color: #b0a7df;
/* Tailwind (arbitrary) */
class="text-[#b0a7df] bg-[#b0a7df]"
/* SCSS */
$brand: #b0a7df;
/* SwiftUI */
Color(red: 0.690, green: 0.655, blue: 0.875)
/* Android */
Color.parseColor("#b0a7df")Accessibility — WCAG contrast
Aa
#b0a7df on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b0a7df on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green65.5%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta25.1%
Yellow0.0%
Key (black)12.5%
Color previews
#b0a7df text on a black background
contrast 9.44:1
Card sample
#b0a7df text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b0a7df;
Background color
Panel with #b0a7df background
background-color: #b0a7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b0a7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 167, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 167, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b0a7df; background: linear-gradient(135deg, #b0a7df, #D5A7DF);