#bdbbfc
a pale, electric blue · warm · closest name: plum
RGB
189, 187, 252
HSL
242°, 92%, 86%
CMYK
25, 26, 0, 1
Luminance
0.5339
Every format
| HEX | #bdbbfc |
| RGB | rgb(189, 187, 252) |
| HSL | hsl(242, 92%, 86%) |
| CMYK | cmyk(25%, 26%, 0%, 1%) |
| LAB | lab(78.1 14.4 -31.8) |
| LCH | lch(78.1 34.9 294.3) |
| OKLCH | oklch(0.817 0.091 285.6) |
Copy-ready code
/* CSS */
color: #bdbbfc;
background-color: #bdbbfc;
/* Tailwind (arbitrary) */
class="text-[#bdbbfc] bg-[#bdbbfc]"
/* SCSS */
$brand: #bdbbfc;
/* SwiftUI */
Color(red: 0.741, green: 0.733, blue: 0.988)
/* Android */
Color.parseColor("#bdbbfc")Accessibility — WCAG contrast
Aa
#bdbbfc on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbbfc on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green73.3%
Blue98.8%
CMYK percentages
Cyan25.0%
Magenta25.8%
Yellow0.0%
Key (black)1.2%
Color previews
#bdbbfc text on a black background
contrast 11.68:1
Card sample
#bdbbfc text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbbfc;
Background color
Panel with #bdbbfc background
background-color: #bdbbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 187, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 187, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbbfc; background: linear-gradient(135deg, #bdbbfc, #E8BBFC);