#bdaffc
a light, electric blue · warm · closest name: plum
RGB
189, 175, 252
HSL
251°, 93%, 84%
CMYK
25, 31, 0, 1
Luminance
0.4851
Every format
| HEX | #bdaffc |
| RGB | rgb(189, 175, 252) |
| HSL | hsl(251, 93%, 84%) |
| CMYK | cmyk(25%, 31%, 0%, 1%) |
| LAB | lab(75.1 21.0 -36.4) |
| LCH | lch(75.1 42.0 300.0) |
| OKLCH | oklch(0.794 0.109 292.1) |
Copy-ready code
/* CSS */
color: #bdaffc;
background-color: #bdaffc;
/* Tailwind (arbitrary) */
class="text-[#bdaffc] bg-[#bdaffc]"
/* SCSS */
$brand: #bdaffc;
/* SwiftUI */
Color(red: 0.741, green: 0.686, blue: 0.988)
/* Android */
Color.parseColor("#bdaffc")Accessibility — WCAG contrast
Aa
#bdaffc on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bdaffc on black: 10.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green68.6%
Blue98.8%
CMYK percentages
Cyan25.0%
Magenta30.6%
Yellow0.0%
Key (black)1.2%
Color previews
#bdaffc text on a black background
contrast 10.70:1
Card sample
#bdaffc text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bdaffc;
Background color
Panel with #bdaffc background
background-color: #bdaffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bdaffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 175, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 175, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bdaffc; background: linear-gradient(135deg, #bdaffc, #F0AFFC);