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