#bdaeff
a light, electric blue · warm · closest name: plum
RGB
189, 174, 255
HSL
251°, 100%, 84%
CMYK
26, 32, 0, 0
Luminance
0.4831
Every format
| HEX | #bdaeff |
| RGB | rgb(189, 174, 255) |
| HSL | hsl(251, 100%, 84%) |
| CMYK | cmyk(26%, 32%, 0%, 0%) |
| LAB | lab(75.0 22.2 -38.2) |
| LCH | lch(75.0 44.2 300.2) |
| OKLCH | oklch(0.793 0.114 292.1) |
Copy-ready code
/* CSS */
color: #bdaeff;
background-color: #bdaeff;
/* Tailwind (arbitrary) */
class="text-[#bdaeff] bg-[#bdaeff]"
/* SCSS */
$brand: #bdaeff;
/* SwiftUI */
Color(red: 0.741, green: 0.682, blue: 1.000)
/* Android */
Color.parseColor("#bdaeff")Accessibility — WCAG contrast
Aa
#bdaeff on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdaeff on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.2%
Blue100.0%
CMYK percentages
Cyan25.9%
Magenta31.8%
Yellow0.0%
Key (black)0.0%
Color previews
#bdaeff text on a black background
contrast 10.66:1
Card sample
#bdaeff text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdaeff;
Background color
Panel with #bdaeff background
background-color: #bdaeff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdaeff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 174, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 174, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdaeff; background: linear-gradient(135deg, #bdaeff, #F3AEFF);