#bfaff9
a light, electric blue · warm · closest name: plum
RGB
191, 175, 249
HSL
253°, 86%, 83%
CMYK
23, 30, 0, 2
Luminance
0.4858
Every format
| HEX | #bfaff9 |
| RGB | rgb(191, 175, 249) |
| HSL | hsl(253, 86%, 83%) |
| CMYK | cmyk(23%, 30%, 0%, 2%) |
| LAB | lab(75.2 20.8 -34.6) |
| LCH | lch(75.2 40.4 301.0) |
| OKLCH | oklch(0.794 0.105 293.8) |
Copy-ready code
/* CSS */
color: #bfaff9;
background-color: #bfaff9;
/* Tailwind (arbitrary) */
class="text-[#bfaff9] bg-[#bfaff9]"
/* SCSS */
$brand: #bfaff9;
/* SwiftUI */
Color(red: 0.749, green: 0.686, blue: 0.976)
/* Android */
Color.parseColor("#bfaff9")Accessibility — WCAG contrast
Aa
#bfaff9 on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfaff9 on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green68.6%
Blue97.6%
CMYK percentages
Cyan23.3%
Magenta29.7%
Yellow0.0%
Key (black)2.4%
Color previews
#bfaff9 text on a black background
contrast 10.72:1
Card sample
#bfaff9 text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfaff9;
Background color
Panel with #bfaff9 background
background-color: #bfaff9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfaff9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 175, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 175, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfaff9; background: linear-gradient(135deg, #bfaff9, #F0AFF9);