#bfaff1
a light, vivid blue · warm · closest name: plum
RGB
191, 175, 241
HSL
255°, 70%, 82%
CMYK
21, 27, 0, 6
Luminance
0.4809
Every format
| HEX | #bfaff1 |
| RGB | rgb(191, 175, 241) |
| HSL | hsl(255, 70%, 82%) |
| CMYK | cmyk(21%, 27%, 0%, 6%) |
| LAB | lab(74.9 19.0 -30.8) |
| LCH | lch(74.9 36.2 301.7) |
| OKLCH | oklch(0.791 0.094 295.3) |
Copy-ready code
/* CSS */
color: #bfaff1;
background-color: #bfaff1;
/* Tailwind (arbitrary) */
class="text-[#bfaff1] bg-[#bfaff1]"
/* SCSS */
$brand: #bfaff1;
/* SwiftUI */
Color(red: 0.749, green: 0.686, blue: 0.945)
/* Android */
Color.parseColor("#bfaff1")Accessibility — WCAG contrast
Aa
#bfaff1 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfaff1 on black: 10.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green68.6%
Blue94.5%
CMYK percentages
Cyan20.7%
Magenta27.4%
Yellow0.0%
Key (black)5.5%
Color previews
#bfaff1 text on a black background
contrast 10.62:1
Card sample
#bfaff1 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfaff1;
Background color
Panel with #bfaff1 background
background-color: #bfaff1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfaff1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 175, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 175, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfaff1; background: linear-gradient(135deg, #bfaff1, #EBAFF1);