#bdb4ff
a pale, electric blue · warm · closest name: plum
RGB
189, 180, 255
HSL
247°, 100%, 85%
CMYK
26, 29, 0, 0
Luminance
0.5068
Every format
| HEX | #bdb4ff |
| RGB | rgb(189, 180, 255) |
| HSL | hsl(247, 100%, 85%) |
| CMYK | cmyk(26%, 29%, 0%, 0%) |
| LAB | lab(76.5 18.9 -35.9) |
| LCH | lch(76.5 40.6 297.8) |
| OKLCH | oklch(0.804 0.105 289.3) |
Copy-ready code
/* CSS */
color: #bdb4ff;
background-color: #bdb4ff;
/* Tailwind (arbitrary) */
class="text-[#bdb4ff] bg-[#bdb4ff]"
/* SCSS */
$brand: #bdb4ff;
/* SwiftUI */
Color(red: 0.741, green: 0.706, blue: 1.000)
/* Android */
Color.parseColor("#bdb4ff")Accessibility — WCAG contrast
Aa
#bdb4ff on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdb4ff on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green70.6%
Blue100.0%
CMYK percentages
Cyan25.9%
Magenta29.4%
Yellow0.0%
Key (black)0.0%
Color previews
#bdb4ff text on a black background
contrast 11.14:1
Card sample
#bdb4ff text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdb4ff;
Background color
Panel with #bdb4ff background
background-color: #bdb4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdb4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 180, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 180, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdb4ff; background: linear-gradient(135deg, #bdb4ff, #EFB4FF);