#bdaff3
a light, vivid blue · warm · closest name: plum
RGB
189, 175, 243
HSL
252°, 74%, 82%
CMYK
22, 28, 0, 5
Luminance
0.4795
Every format
| HEX | #bdaff3 |
| RGB | rgb(189, 175, 243) |
| HSL | hsl(252, 74%, 82%) |
| CMYK | cmyk(22%, 28%, 0%, 5%) |
| LAB | lab(74.8 18.9 -32.0) |
| LCH | lch(74.8 37.2 300.5) |
| OKLCH | oklch(0.790 0.096 293.5) |
Copy-ready code
/* CSS */
color: #bdaff3;
background-color: #bdaff3;
/* Tailwind (arbitrary) */
class="text-[#bdaff3] bg-[#bdaff3]"
/* SCSS */
$brand: #bdaff3;
/* SwiftUI */
Color(red: 0.741, green: 0.686, blue: 0.953)
/* Android */
Color.parseColor("#bdaff3")Accessibility — WCAG contrast
Aa
#bdaff3 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdaff3 on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.6%
Blue95.3%
CMYK percentages
Cyan22.2%
Magenta28.0%
Yellow0.0%
Key (black)4.7%
Color previews
#bdaff3 text on a black background
contrast 10.59:1
Card sample
#bdaff3 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdaff3;
Background color
Panel with #bdaff3 background
background-color: #bdaff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdaff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 175, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 175, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdaff3; background: linear-gradient(135deg, #bdaff3, #EAAFF3);