#bdadfd
a light, electric blue · warm · closest name: plum
RGB
189, 173, 253
HSL
252°, 95%, 84%
CMYK
25, 32, 0, 1
Luminance
0.4780
Every format
| HEX | #bdadfd |
| RGB | rgb(189, 173, 253) |
| HSL | hsl(252, 95%, 84%) |
| CMYK | cmyk(25%, 32%, 0%, 1%) |
| LAB | lab(74.7 22.3 -37.6) |
| LCH | lch(74.7 43.7 300.7) |
| OKLCH | oklch(0.790 0.113 292.8) |
Copy-ready code
/* CSS */
color: #bdadfd;
background-color: #bdadfd;
/* Tailwind (arbitrary) */
class="text-[#bdadfd] bg-[#bdadfd]"
/* SCSS */
$brand: #bdadfd;
/* SwiftUI */
Color(red: 0.741, green: 0.678, blue: 0.992)
/* Android */
Color.parseColor("#bdadfd")Accessibility — WCAG contrast
Aa
#bdadfd on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdadfd on black: 10.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green67.8%
Blue99.2%
CMYK percentages
Cyan25.3%
Magenta31.6%
Yellow0.0%
Key (black)0.8%
Color previews
#bdadfd text on a black background
contrast 10.56:1
Card sample
#bdadfd text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdadfd;
Background color
Panel with #bdadfd background
background-color: #bdadfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdadfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 173, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 173, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdadfd; background: linear-gradient(135deg, #bdadfd, #F2ADFD);