#b9b0fc
a light, electric blue · warm · closest name: plum
RGB
185, 176, 252
HSL
247°, 93%, 84%
CMYK
27, 30, 0, 1
Luminance
0.4839
Every format
| HEX | #b9b0fc |
| RGB | rgb(185, 176, 252) |
| HSL | hsl(247, 93%, 84%) |
| CMYK | cmyk(27%, 30%, 0%, 1%) |
| LAB | lab(75.1 19.3 -36.5) |
| LCH | lch(75.1 41.3 297.8) |
| OKLCH | oklch(0.792 0.107 289.1) |
Copy-ready code
/* CSS */
color: #b9b0fc;
background-color: #b9b0fc;
/* Tailwind (arbitrary) */
class="text-[#b9b0fc] bg-[#b9b0fc]"
/* SCSS */
$brand: #b9b0fc;
/* SwiftUI */
Color(red: 0.725, green: 0.690, blue: 0.988)
/* Android */
Color.parseColor("#b9b0fc")Accessibility — WCAG contrast
Aa
#b9b0fc on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9b0fc on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green69.0%
Blue98.8%
CMYK percentages
Cyan26.6%
Magenta30.2%
Yellow0.0%
Key (black)1.2%
Color previews
#b9b0fc text on a black background
contrast 10.68:1
Card sample
#b9b0fc text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9b0fc;
Background color
Panel with #b9b0fc background
background-color: #b9b0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9b0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 176, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 176, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9b0fc; background: linear-gradient(135deg, #b9b0fc, #ECB0FC);