#b5b3fd
a light, electric blue · warm · closest name: plum
RGB
181, 179, 253
HSL
242°, 95%, 85%
CMYK
29, 29, 0, 1
Luminance
0.4916
Every format
| HEX | #b5b3fd |
| RGB | rgb(181, 179, 253) |
| HSL | hsl(242, 95%, 85%) |
| CMYK | cmyk(29%, 29%, 0%, 1%) |
| LAB | lab(75.5 16.7 -36.3) |
| LCH | lch(75.5 40.0 294.7) |
| OKLCH | oklch(0.795 0.104 285.0) |
Copy-ready code
/* CSS */
color: #b5b3fd;
background-color: #b5b3fd;
/* Tailwind (arbitrary) */
class="text-[#b5b3fd] bg-[#b5b3fd]"
/* SCSS */
$brand: #b5b3fd;
/* SwiftUI */
Color(red: 0.710, green: 0.702, blue: 0.992)
/* Android */
Color.parseColor("#b5b3fd")Accessibility — WCAG contrast
Aa
#b5b3fd on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b5b3fd on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.0%
Green70.2%
Blue99.2%
CMYK percentages
Cyan28.5%
Magenta29.2%
Yellow0.0%
Key (black)0.8%
Color previews
#b5b3fd text on a black background
contrast 10.83:1
Card sample
#b5b3fd text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b5b3fd;
Background color
Panel with #b5b3fd background
background-color: #b5b3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b5b3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(181, 179, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(181, 179, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b5b3fd; background: linear-gradient(135deg, #b5b3fd, #E6B3FD);