#b9baf2
a light, vivid blue · warm · closest name: plum
RGB
185, 186, 242
HSL
239°, 69%, 84%
CMYK
24, 23, 0, 5
Luminance
0.5184
Every format
| HEX | #b9baf2 |
| RGB | rgb(185, 186, 242) |
| HSL | hsl(239, 69%, 84%) |
| CMYK | cmyk(24%, 23%, 0%, 5%) |
| LAB | lab(77.2 11.4 -27.8) |
| LCH | lch(77.2 30.1 292.3) |
| OKLCH | oklch(0.808 0.079 283.7) |
Copy-ready code
/* CSS */
color: #b9baf2;
background-color: #b9baf2;
/* Tailwind (arbitrary) */
class="text-[#b9baf2] bg-[#b9baf2]"
/* SCSS */
$brand: #b9baf2;
/* SwiftUI */
Color(red: 0.725, green: 0.729, blue: 0.949)
/* Android */
Color.parseColor("#b9baf2")Accessibility — WCAG contrast
Aa
#b9baf2 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b9baf2 on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green72.9%
Blue94.9%
CMYK percentages
Cyan23.6%
Magenta23.1%
Yellow0.0%
Key (black)5.1%
Color previews
#b9baf2 text on a black background
contrast 11.37:1
Card sample
#b9baf2 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b9baf2;
Background color
Panel with #b9baf2 background
background-color: #b9baf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b9baf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 186, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 186, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b9baf2; background: linear-gradient(135deg, #b9baf2, #DEB9F2);