#b9b3f4
a light, vivid blue · warm · closest name: plum
RGB
185, 179, 244
HSL
246°, 75%, 83%
CMYK
24, 27, 0, 4
Luminance
0.4909
Every format
| HEX | #b9b3f4 |
| RGB | rgb(185, 179, 244) |
| HSL | hsl(246, 75%, 83%) |
| CMYK | cmyk(24%, 27%, 0%, 4%) |
| LAB | lab(75.5 15.7 -31.5) |
| LCH | lch(75.5 35.2 296.5) |
| OKLCH | oklch(0.795 0.091 288.4) |
Copy-ready code
/* CSS */
color: #b9b3f4;
background-color: #b9b3f4;
/* Tailwind (arbitrary) */
class="text-[#b9b3f4] bg-[#b9b3f4]"
/* SCSS */
$brand: #b9b3f4;
/* SwiftUI */
Color(red: 0.725, green: 0.702, blue: 0.957)
/* Android */
Color.parseColor("#b9b3f4")Accessibility — WCAG contrast
Aa
#b9b3f4 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9b3f4 on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green70.2%
Blue95.7%
CMYK percentages
Cyan24.2%
Magenta26.6%
Yellow0.0%
Key (black)4.3%
Color previews
#b9b3f4 text on a black background
contrast 10.82:1
Card sample
#b9b3f4 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9b3f4;
Background color
Panel with #b9b3f4 background
background-color: #b9b3f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9b3f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 179, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 179, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9b3f4; background: linear-gradient(135deg, #b9b3f4, #E4B3F4);