#bfaff5
a light, electric blue · warm · closest name: plum
RGB
191, 175, 245
HSL
254°, 78%, 82%
CMYK
22, 29, 0, 4
Luminance
0.4833
Every format
| HEX | #bfaff5 |
| RGB | rgb(191, 175, 245) |
| HSL | hsl(254, 78%, 82%) |
| CMYK | cmyk(22%, 29%, 0%, 4%) |
| LAB | lab(75.0 19.9 -32.7) |
| LCH | lch(75.0 38.3 301.3) |
| OKLCH | oklch(0.792 0.099 294.5) |
Copy-ready code
/* CSS */
color: #bfaff5;
background-color: #bfaff5;
/* Tailwind (arbitrary) */
class="text-[#bfaff5] bg-[#bfaff5]"
/* SCSS */
$brand: #bfaff5;
/* SwiftUI */
Color(red: 0.749, green: 0.686, blue: 0.961)
/* Android */
Color.parseColor("#bfaff5")Accessibility — WCAG contrast
Aa
#bfaff5 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfaff5 on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green68.6%
Blue96.1%
CMYK percentages
Cyan22.0%
Magenta28.6%
Yellow0.0%
Key (black)3.9%
Color previews
#bfaff5 text on a black background
contrast 10.67:1
Card sample
#bfaff5 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfaff5;
Background color
Panel with #bfaff5 background
background-color: #bfaff5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfaff5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 175, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 175, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfaff5; background: linear-gradient(135deg, #bfaff5, #EEAFF5);