#bdafeb
a light, vivid blue · warm · closest name: plum
RGB
189, 175, 235
HSL
254°, 60%, 80%
CMYK
20, 26, 0, 8
Luminance
0.4748
Every format
| HEX | #bdafeb |
| RGB | rgb(189, 175, 235) |
| HSL | hsl(254, 60%, 80%) |
| CMYK | cmyk(20%, 26%, 0%, 8%) |
| LAB | lab(74.5 17.1 -28.2) |
| LCH | lch(74.5 32.9 301.2) |
| OKLCH | oklch(0.787 0.085 295.1) |
Copy-ready code
/* CSS */
color: #bdafeb;
background-color: #bdafeb;
/* Tailwind (arbitrary) */
class="text-[#bdafeb] bg-[#bdafeb]"
/* SCSS */
$brand: #bdafeb;
/* SwiftUI */
Color(red: 0.741, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#bdafeb")Accessibility — WCAG contrast
Aa
#bdafeb on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdafeb on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.6%
Blue92.2%
CMYK percentages
Cyan19.6%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#bdafeb text on a black background
contrast 10.50:1
Card sample
#bdafeb text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdafeb;
Background color
Panel with #bdafeb background
background-color: #bdafeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdafeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdafeb; background: linear-gradient(135deg, #bdafeb, #E5AFEB);