#b9b4f8
a light, electric blue · warm · closest name: plum
RGB
185, 180, 248
HSL
244°, 83%, 84%
CMYK
25, 27, 0, 3
Luminance
0.4973
Every format
| HEX | #b9b4f8 |
| RGB | rgb(185, 180, 248) |
| HSL | hsl(244, 83%, 84%) |
| CMYK | cmyk(25%, 27%, 0%, 3%) |
| LAB | lab(75.9 16.1 -33.0) |
| LCH | lch(75.9 36.8 296.0) |
| OKLCH | oklch(0.798 0.096 287.4) |
Copy-ready code
/* CSS */
color: #b9b4f8;
background-color: #b9b4f8;
/* Tailwind (arbitrary) */
class="text-[#b9b4f8] bg-[#b9b4f8]"
/* SCSS */
$brand: #b9b4f8;
/* SwiftUI */
Color(red: 0.725, green: 0.706, blue: 0.973)
/* Android */
Color.parseColor("#b9b4f8")Accessibility — WCAG contrast
Aa
#b9b4f8 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9b4f8 on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green70.6%
Blue97.3%
CMYK percentages
Cyan25.4%
Magenta27.4%
Yellow0.0%
Key (black)2.7%
Color previews
#b9b4f8 text on a black background
contrast 10.95:1
Card sample
#b9b4f8 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9b4f8;
Background color
Panel with #b9b4f8 background
background-color: #b9b4f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9b4f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 180, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 180, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9b4f8; background: linear-gradient(135deg, #b9b4f8, #E6B4F8);