#bdacfd
a light, electric blue · warm · closest name: plum
RGB
189, 172, 253
HSL
253°, 95%, 83%
CMYK
25, 32, 0, 1
Luminance
0.4742
Every format
| HEX | #bdacfd |
| RGB | rgb(189, 172, 253) |
| HSL | hsl(253, 95%, 83%) |
| CMYK | cmyk(25%, 32%, 0%, 1%) |
| LAB | lab(74.5 22.9 -38.0) |
| LCH | lch(74.5 44.3 301.0) |
| OKLCH | oklch(0.789 0.115 293.2) |
Copy-ready code
/* CSS */
color: #bdacfd;
background-color: #bdacfd;
/* Tailwind (arbitrary) */
class="text-[#bdacfd] bg-[#bdacfd]"
/* SCSS */
$brand: #bdacfd;
/* SwiftUI */
Color(red: 0.741, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#bdacfd")Accessibility — WCAG contrast
Aa
#bdacfd on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdacfd on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green67.5%
Blue99.2%
CMYK percentages
Cyan25.3%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#bdacfd text on a black background
contrast 10.48:1
Card sample
#bdacfd text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdacfd;
Background color
Panel with #bdacfd background
background-color: #bdacfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdacfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdacfd; background: linear-gradient(135deg, #bdacfd, #F3ACFD);