#bdbdf5
a pale, vivid blue · warm · closest name: plum
RGB
189, 189, 245
HSL
240°, 74%, 85%
CMYK
23, 23, 0, 4
Luminance
0.5381
Every format
| HEX | #bdbdf5 |
| RGB | rgb(189, 189, 245) |
| HSL | hsl(240, 74%, 85%) |
| CMYK | cmyk(23%, 23%, 0%, 4%) |
| LAB | lab(78.3 11.7 -27.6) |
| LCH | lch(78.3 30.0 292.8) |
| OKLCH | oklch(0.818 0.078 284.5) |
Copy-ready code
/* CSS */
color: #bdbdf5;
background-color: #bdbdf5;
/* Tailwind (arbitrary) */
class="text-[#bdbdf5] bg-[#bdbdf5]"
/* SCSS */
$brand: #bdbdf5;
/* SwiftUI */
Color(red: 0.741, green: 0.741, blue: 0.961)
/* Android */
Color.parseColor("#bdbdf5")Accessibility — WCAG contrast
Aa
#bdbdf5 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbdf5 on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green74.1%
Blue96.1%
CMYK percentages
Cyan22.9%
Magenta22.9%
Yellow0.0%
Key (black)3.9%
Color previews
#bdbdf5 text on a black background
contrast 11.76:1
Card sample
#bdbdf5 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbdf5;
Background color
Panel with #bdbdf5 background
background-color: #bdbdf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbdf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 189, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 189, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbdf5; background: linear-gradient(135deg, #bdbdf5, #E2BDF5);