#b9b1e0
a light, soft blue · warm · closest name: plum
RGB
185, 177, 224
HSL
250°, 43%, 79%
CMYK
17, 21, 0, 12
Luminance
0.4714
Every format
| HEX | #b9b1e0 |
| RGB | rgb(185, 177, 224) |
| HSL | hsl(250, 43%, 79%) |
| CMYK | cmyk(17%, 21%, 0%, 12%) |
| LAB | lab(74.3 12.3 -22.5) |
| LCH | lch(74.3 25.7 298.6) |
| OKLCH | oklch(0.783 0.067 292.6) |
Copy-ready code
/* CSS */
color: #b9b1e0;
background-color: #b9b1e0;
/* Tailwind (arbitrary) */
class="text-[#b9b1e0] bg-[#b9b1e0]"
/* SCSS */
$brand: #b9b1e0;
/* SwiftUI */
Color(red: 0.725, green: 0.694, blue: 0.878)
/* Android */
Color.parseColor("#b9b1e0")Accessibility — WCAG contrast
Aa
#b9b1e0 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9b1e0 on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green69.4%
Blue87.8%
CMYK percentages
Cyan17.4%
Magenta21.0%
Yellow0.0%
Key (black)12.2%
Color previews
#b9b1e0 text on a black background
contrast 10.43:1
Card sample
#b9b1e0 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9b1e0;
Background color
Panel with #b9b1e0 background
background-color: #b9b1e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9b1e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 177, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 177, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9b1e0; background: linear-gradient(135deg, #b9b1e0, #D8B1E0);