#bdafe0
a light, soft violet · warm · closest name: plum
RGB
189, 175, 224
HSL
257°, 44%, 78%
CMYK
16, 22, 0, 12
Luminance
0.4686
Every format
| HEX | #bdafe0 |
| RGB | rgb(189, 175, 224) |
| HSL | hsl(257, 44%, 78%) |
| CMYK | cmyk(16%, 22%, 0%, 12%) |
| LAB | lab(74.1 14.6 -22.8) |
| LCH | lch(74.1 27.1 302.7) |
| OKLCH | oklch(0.782 0.070 297.8) |
Copy-ready code
/* CSS */
color: #bdafe0;
background-color: #bdafe0;
/* Tailwind (arbitrary) */
class="text-[#bdafe0] bg-[#bdafe0]"
/* SCSS */
$brand: #bdafe0;
/* SwiftUI */
Color(red: 0.741, green: 0.686, blue: 0.878)
/* Android */
Color.parseColor("#bdafe0")Accessibility — WCAG contrast
Aa
#bdafe0 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdafe0 on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.6%
Blue87.8%
CMYK percentages
Cyan15.6%
Magenta21.9%
Yellow0.0%
Key (black)12.2%
Color previews
#bdafe0 text on a black background
contrast 10.37:1
Card sample
#bdafe0 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdafe0;
Background color
Panel with #bdafe0 background
background-color: #bdafe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdafe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 175, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 175, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdafe0; background: linear-gradient(135deg, #bdafe0, #DEAFE0);