#bdaff2
a light, vivid blue · warm · closest name: plum
RGB
189, 175, 242
HSL
253°, 72%, 82%
CMYK
22, 28, 0, 5
Luminance
0.4789
Every format
| HEX | #bdaff2 |
| RGB | rgb(189, 175, 242) |
| HSL | hsl(253, 72%, 82%) |
| CMYK | cmyk(22%, 28%, 0%, 5%) |
| LAB | lab(74.8 18.6 -31.6) |
| LCH | lch(74.8 36.6 300.6) |
| OKLCH | oklch(0.789 0.095 293.7) |
Copy-ready code
/* CSS */
color: #bdaff2;
background-color: #bdaff2;
/* Tailwind (arbitrary) */
class="text-[#bdaff2] bg-[#bdaff2]"
/* SCSS */
$brand: #bdaff2;
/* SwiftUI */
Color(red: 0.741, green: 0.686, blue: 0.949)
/* Android */
Color.parseColor("#bdaff2")Accessibility — WCAG contrast
Aa
#bdaff2 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdaff2 on black: 10.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.6%
Blue94.9%
CMYK percentages
Cyan21.9%
Magenta27.7%
Yellow0.0%
Key (black)5.1%
Color previews
#bdaff2 text on a black background
contrast 10.58:1
Card sample
#bdaff2 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdaff2;
Background color
Panel with #bdaff2 background
background-color: #bdaff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdaff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 175, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 175, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdaff2; background: linear-gradient(135deg, #bdaff2, #EAAFF2);