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