#bfaffe
a light, electric blue · warm · closest name: plum
RGB
191, 175, 254
HSL
252°, 98%, 84%
CMYK
25, 31, 0, 0
Luminance
0.4889
Every format
| HEX | #bfaffe |
| RGB | rgb(191, 175, 254) |
| HSL | hsl(252, 98%, 84%) |
| CMYK | cmyk(25%, 31%, 0%, 0%) |
| LAB | lab(75.4 22.0 -37.0) |
| LCH | lch(75.4 43.1 300.7) |
| OKLCH | oklch(0.796 0.111 293.0) |
Copy-ready code
/* CSS */
color: #bfaffe;
background-color: #bfaffe;
/* Tailwind (arbitrary) */
class="text-[#bfaffe] bg-[#bfaffe]"
/* SCSS */
$brand: #bfaffe;
/* SwiftUI */
Color(red: 0.749, green: 0.686, blue: 0.996)
/* Android */
Color.parseColor("#bfaffe")Accessibility — WCAG contrast
Aa
#bfaffe on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfaffe on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green68.6%
Blue99.6%
CMYK percentages
Cyan24.8%
Magenta31.1%
Yellow0.0%
Key (black)0.4%
Color previews
#bfaffe text on a black background
contrast 10.78:1
Card sample
#bfaffe text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfaffe;
Background color
Panel with #bfaffe background
background-color: #bfaffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfaffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 175, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 175, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfaffe; background: linear-gradient(135deg, #bfaffe, #F4AFFE);