#b7b7f1
a light, vivid blue · warm · closest name: plum
RGB
183, 183, 241
HSL
240°, 67%, 83%
CMYK
24, 24, 0, 6
Luminance
0.5029
Every format
| HEX | #b7b7f1 |
| RGB | rgb(183, 183, 241) |
| HSL | hsl(240, 67%, 83%) |
| CMYK | cmyk(24%, 24%, 0%, 6%) |
| LAB | lab(76.2 12.2 -28.8) |
| LCH | lch(76.2 31.2 293.0) |
| OKLCH | oklch(0.800 0.082 284.4) |
Copy-ready code
/* CSS */
color: #b7b7f1;
background-color: #b7b7f1;
/* Tailwind (arbitrary) */
class="text-[#b7b7f1] bg-[#b7b7f1]"
/* SCSS */
$brand: #b7b7f1;
/* SwiftUI */
Color(red: 0.718, green: 0.718, blue: 0.945)
/* Android */
Color.parseColor("#b7b7f1")Accessibility — WCAG contrast
Aa
#b7b7f1 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b7b7f1 on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green71.8%
Blue94.5%
CMYK percentages
Cyan24.1%
Magenta24.1%
Yellow0.0%
Key (black)5.5%
Color previews
#b7b7f1 text on a black background
contrast 11.06:1
Card sample
#b7b7f1 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b7b7f1;
Background color
Panel with #b7b7f1 background
background-color: #b7b7f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b7b7f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 183, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 183, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b7b7f1; background: linear-gradient(135deg, #b7b7f1, #DEB7F1);