#bdbdf9
a pale, electric blue · warm · closest name: plum
RGB
189, 189, 249
HSL
240°, 83%, 86%
CMYK
24, 24, 0, 2
Luminance
0.5405
Every format
| HEX | #bdbdf9 |
| RGB | rgb(189, 189, 249) |
| HSL | hsl(240, 83%, 86%) |
| CMYK | cmyk(24%, 24%, 0%, 2%) |
| LAB | lab(78.5 12.6 -29.6) |
| LCH | lch(78.5 32.1 293.0) |
| OKLCH | oklch(0.819 0.084 284.4) |
Copy-ready code
/* CSS */
color: #bdbdf9;
background-color: #bdbdf9;
/* Tailwind (arbitrary) */
class="text-[#bdbdf9] bg-[#bdbdf9]"
/* SCSS */
$brand: #bdbdf9;
/* SwiftUI */
Color(red: 0.741, green: 0.741, blue: 0.976)
/* Android */
Color.parseColor("#bdbdf9")Accessibility — WCAG contrast
Aa
#bdbdf9 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdbdf9 on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green74.1%
Blue97.6%
CMYK percentages
Cyan24.1%
Magenta24.1%
Yellow0.0%
Key (black)2.4%
Color previews
#bdbdf9 text on a black background
contrast 11.81:1
Card sample
#bdbdf9 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdbdf9;
Background color
Panel with #bdbdf9 background
background-color: #bdbdf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdbdf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 189, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 189, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdbdf9; background: linear-gradient(135deg, #bdbdf9, #E5BDF9);