#bdbcfd
a pale, electric blue · warm · closest name: plum
RGB
189, 188, 253
HSL
241°, 94%, 87%
CMYK
25, 26, 0, 1
Luminance
0.5388
Every format
| HEX | #bdbcfd |
| RGB | rgb(189, 188, 253) |
| HSL | hsl(241, 94%, 87%) |
| CMYK | cmyk(25%, 26%, 0%, 1%) |
| LAB | lab(78.4 14.0 -31.9) |
| LCH | lch(78.4 34.8 293.8) |
| OKLCH | oklch(0.819 0.091 284.9) |
Copy-ready code
/* CSS */
color: #bdbcfd;
background-color: #bdbcfd;
/* Tailwind (arbitrary) */
class="text-[#bdbcfd] bg-[#bdbcfd]"
/* SCSS */
$brand: #bdbcfd;
/* SwiftUI */
Color(red: 0.741, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#bdbcfd")Accessibility — WCAG contrast
Aa
#bdbcfd on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbcfd on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green73.7%
Blue99.2%
CMYK percentages
Cyan25.3%
Magenta25.7%
Yellow0.0%
Key (black)0.8%
Color previews
#bdbcfd text on a black background
contrast 11.78:1
Card sample
#bdbcfd text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbcfd;
Background color
Panel with #bdbcfd background
background-color: #bdbcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 188, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 188, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbcfd; background: linear-gradient(135deg, #bdbcfd, #E8BCFD);