#b8baf3
a light, vivid blue · warm · closest name: plum
RGB
184, 186, 243
HSL
238°, 71%, 84%
CMYK
24, 24, 0, 5
Luminance
0.5178
Every format
| HEX | #b8baf3 |
| RGB | rgb(184, 186, 243) |
| HSL | hsl(238, 71%, 84%) |
| CMYK | cmyk(24%, 24%, 0%, 5%) |
| LAB | lab(77.2 11.3 -28.4) |
| LCH | lch(77.2 30.6 291.7) |
| OKLCH | oklch(0.807 0.080 282.9) |
Copy-ready code
/* CSS */
color: #b8baf3;
background-color: #b8baf3;
/* Tailwind (arbitrary) */
class="text-[#b8baf3] bg-[#b8baf3]"
/* SCSS */
$brand: #b8baf3;
/* SwiftUI */
Color(red: 0.722, green: 0.729, blue: 0.953)
/* Android */
Color.parseColor("#b8baf3")Accessibility — WCAG contrast
Aa
#b8baf3 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b8baf3 on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green72.9%
Blue95.3%
CMYK percentages
Cyan24.3%
Magenta23.5%
Yellow0.0%
Key (black)4.7%
Color previews
#b8baf3 text on a black background
contrast 11.36:1
Card sample
#b8baf3 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b8baf3;
Background color
Panel with #b8baf3 background
background-color: #b8baf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b8baf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 186, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 186, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b8baf3; background: linear-gradient(135deg, #b8baf3, #DDB8F3);