#bfaffd
a light, electric blue · warm · closest name: plum
RGB
191, 175, 253
HSL
252°, 95%, 84%
CMYK
25, 31, 0, 1
Luminance
0.4883
Every format
| HEX | #bfaffd |
| RGB | rgb(191, 175, 253) |
| HSL | hsl(252, 95%, 84%) |
| CMYK | cmyk(25%, 31%, 0%, 1%) |
| LAB | lab(75.3 21.8 -36.6) |
| LCH | lch(75.3 42.6 300.8) |
| OKLCH | oklch(0.796 0.110 293.1) |
Copy-ready code
/* CSS */
color: #bfaffd;
background-color: #bfaffd;
/* Tailwind (arbitrary) */
class="text-[#bfaffd] bg-[#bfaffd]"
/* SCSS */
$brand: #bfaffd;
/* SwiftUI */
Color(red: 0.749, green: 0.686, blue: 0.992)
/* Android */
Color.parseColor("#bfaffd")Accessibility — WCAG contrast
Aa
#bfaffd on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfaffd on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green68.6%
Blue99.2%
CMYK percentages
Cyan24.5%
Magenta30.8%
Yellow0.0%
Key (black)0.8%
Color previews
#bfaffd text on a black background
contrast 10.77:1
Card sample
#bfaffd text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfaffd;
Background color
Panel with #bfaffd background
background-color: #bfaffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfaffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 175, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 175, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfaffd; background: linear-gradient(135deg, #bfaffd, #F3AFFD);