#b9b3f9
a light, electric blue · warm · closest name: plum
RGB
185, 179, 249
HSL
245°, 85%, 84%
CMYK
26, 28, 0, 2
Luminance
0.4939
Every format
| HEX | #b9b3f9 |
| RGB | rgb(185, 179, 249) |
| HSL | hsl(245, 85%, 84%) |
| CMYK | cmyk(26%, 28%, 0%, 2%) |
| LAB | lab(75.7 16.9 -33.9) |
| LCH | lch(75.7 37.9 296.5) |
| OKLCH | oklch(0.797 0.099 287.9) |
Copy-ready code
/* CSS */
color: #b9b3f9;
background-color: #b9b3f9;
/* Tailwind (arbitrary) */
class="text-[#b9b3f9] bg-[#b9b3f9]"
/* SCSS */
$brand: #b9b3f9;
/* SwiftUI */
Color(red: 0.725, green: 0.702, blue: 0.976)
/* Android */
Color.parseColor("#b9b3f9")Accessibility — WCAG contrast
Aa
#b9b3f9 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9b3f9 on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green70.2%
Blue97.6%
CMYK percentages
Cyan25.7%
Magenta28.1%
Yellow0.0%
Key (black)2.4%
Color previews
#b9b3f9 text on a black background
contrast 10.88:1
Card sample
#b9b3f9 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9b3f9;
Background color
Panel with #b9b3f9 background
background-color: #b9b3f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9b3f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 179, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 179, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9b3f9; background: linear-gradient(135deg, #b9b3f9, #E8B3F9);