#b3b4fd
a light, electric blue · warm · closest name: plum
RGB
179, 180, 253
HSL
239°, 95%, 85%
CMYK
29, 29, 0, 1
Luminance
0.4932
Every format
| HEX | #b3b4fd |
| RGB | rgb(179, 180, 253) |
| HSL | hsl(239, 95%, 85%) |
| CMYK | cmyk(29%, 29%, 0%, 1%) |
| LAB | lab(75.7 15.6 -36.2) |
| LCH | lch(75.7 39.4 293.3) |
| OKLCH | oklch(0.796 0.103 283.2) |
Copy-ready code
/* CSS */
color: #b3b4fd;
background-color: #b3b4fd;
/* Tailwind (arbitrary) */
class="text-[#b3b4fd] bg-[#b3b4fd]"
/* SCSS */
$brand: #b3b4fd;
/* SwiftUI */
Color(red: 0.702, green: 0.706, blue: 0.992)
/* Android */
Color.parseColor("#b3b4fd")Accessibility — WCAG contrast
Aa
#b3b4fd on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3b4fd on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green70.6%
Blue99.2%
CMYK percentages
Cyan29.2%
Magenta28.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b3b4fd text on a black background
contrast 10.86:1
Card sample
#b3b4fd text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3b4fd;
Background color
Panel with #b3b4fd background
background-color: #b3b4fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3b4fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 180, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 180, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3b4fd; background: linear-gradient(135deg, #b3b4fd, #E3B3FD);