#b9b1df
a light, soft blue · warm · closest name: plum
RGB
185, 177, 223
HSL
250°, 42%, 78%
CMYK
17, 21, 0, 13
Luminance
0.4709
Every format
| HEX | #b9b1df |
| RGB | rgb(185, 177, 223) |
| HSL | hsl(250, 42%, 78%) |
| CMYK | cmyk(17%, 21%, 0%, 13%) |
| LAB | lab(74.2 12.1 -22.1) |
| LCH | lch(74.2 25.1 298.7) |
| OKLCH | oklch(0.782 0.065 292.8) |
Copy-ready code
/* CSS */
color: #b9b1df;
background-color: #b9b1df;
/* Tailwind (arbitrary) */
class="text-[#b9b1df] bg-[#b9b1df]"
/* SCSS */
$brand: #b9b1df;
/* SwiftUI */
Color(red: 0.725, green: 0.694, blue: 0.875)
/* Android */
Color.parseColor("#b9b1df")Accessibility — WCAG contrast
Aa
#b9b1df on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9b1df on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green69.4%
Blue87.5%
CMYK percentages
Cyan17.0%
Magenta20.6%
Yellow0.0%
Key (black)12.5%
Color previews
#b9b1df text on a black background
contrast 10.42:1
Card sample
#b9b1df text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9b1df;
Background color
Panel with #b9b1df background
background-color: #b9b1df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9b1df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 177, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 177, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9b1df; background: linear-gradient(135deg, #b9b1df, #D8B1DF);