#bdb8fa
a pale, electric blue · warm · closest name: plum
RGB
189, 184, 250
HSL
245°, 87%, 85%
CMYK
24, 26, 0, 2
Luminance
0.5200
Every format
| HEX | #bdb8fa |
| RGB | rgb(189, 184, 250) |
| HSL | hsl(245, 87%, 85%) |
| CMYK | cmyk(24%, 26%, 0%, 2%) |
| LAB | lab(77.3 15.5 -32.0) |
| LCH | lch(77.3 35.5 295.9) |
| OKLCH | oklch(0.810 0.092 287.6) |
Copy-ready code
/* CSS */
color: #bdb8fa;
background-color: #bdb8fa;
/* Tailwind (arbitrary) */
class="text-[#bdb8fa] bg-[#bdb8fa]"
/* SCSS */
$brand: #bdb8fa;
/* SwiftUI */
Color(red: 0.741, green: 0.722, blue: 0.980)
/* Android */
Color.parseColor("#bdb8fa")Accessibility — WCAG contrast
Aa
#bdb8fa on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdb8fa on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green72.2%
Blue98.0%
CMYK percentages
Cyan24.4%
Magenta26.4%
Yellow0.0%
Key (black)2.0%
Color previews
#bdb8fa text on a black background
contrast 11.40:1
Card sample
#bdb8fa text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdb8fa;
Background color
Panel with #bdb8fa background
background-color: #bdb8fa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdb8fa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 184, 250, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 184, 250, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdb8fa; background: linear-gradient(135deg, #bdb8fa, #E9B8FA);