#bdacff
a light, electric blue · warm · closest name: plum
RGB
189, 172, 255
HSL
252°, 100%, 84%
CMYK
26, 33, 0, 0
Luminance
0.4754
Every format
| HEX | #bdacff |
| RGB | rgb(189, 172, 255) |
| HSL | hsl(252, 100%, 84%) |
| CMYK | cmyk(26%, 33%, 0%, 0%) |
| LAB | lab(74.5 23.3 -38.9) |
| LCH | lch(74.5 45.4 300.9) |
| OKLCH | oklch(0.789 0.117 292.9) |
Copy-ready code
/* CSS */
color: #bdacff;
background-color: #bdacff;
/* Tailwind (arbitrary) */
class="text-[#bdacff] bg-[#bdacff]"
/* SCSS */
$brand: #bdacff;
/* SwiftUI */
Color(red: 0.741, green: 0.675, blue: 1.000)
/* Android */
Color.parseColor("#bdacff")Accessibility — WCAG contrast
Aa
#bdacff on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdacff on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green67.5%
Blue100.0%
CMYK percentages
Cyan25.9%
Magenta32.5%
Yellow0.0%
Key (black)0.0%
Color previews
#bdacff text on a black background
contrast 10.51:1
Card sample
#bdacff text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdacff;
Background color
Panel with #bdacff background
background-color: #bdacff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdacff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 172, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 172, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdacff; background: linear-gradient(135deg, #bdacff, #F4ACFF);