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