#bfaff3
a light, vivid blue · warm · closest name: plum
RGB
191, 175, 243
HSL
254°, 74%, 82%
CMYK
21, 28, 0, 5
Luminance
0.4821
Every format
| HEX | #bfaff3 |
| RGB | rgb(191, 175, 243) |
| HSL | hsl(254, 74%, 82%) |
| CMYK | cmyk(21%, 28%, 0%, 5%) |
| LAB | lab(75.0 19.5 -31.8) |
| LCH | lch(75.0 37.3 301.5) |
| OKLCH | oklch(0.792 0.097 294.9) |
Copy-ready code
/* CSS */
color: #bfaff3;
background-color: #bfaff3;
/* Tailwind (arbitrary) */
class="text-[#bfaff3] bg-[#bfaff3]"
/* SCSS */
$brand: #bfaff3;
/* SwiftUI */
Color(red: 0.749, green: 0.686, blue: 0.953)
/* Android */
Color.parseColor("#bfaff3")Accessibility — WCAG contrast
Aa
#bfaff3 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfaff3 on black: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green68.6%
Blue95.3%
CMYK percentages
Cyan21.4%
Magenta28.0%
Yellow0.0%
Key (black)4.7%
Color previews
#bfaff3 text on a black background
contrast 10.64:1
Card sample
#bfaff3 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfaff3;
Background color
Panel with #bfaff3 background
background-color: #bfaff3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfaff3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 175, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 175, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfaff3; background: linear-gradient(135deg, #bfaff3, #ECAFF3);