#bfbffc
a pale, electric blue · warm · closest name: plum
RGB
191, 191, 252
HSL
240°, 91%, 87%
CMYK
24, 24, 0, 1
Luminance
0.5537
Every format
| HEX | #bfbffc |
| RGB | rgb(191, 191, 252) |
| HSL | hsl(240, 91%, 87%) |
| CMYK | cmyk(24%, 24%, 0%, 1%) |
| LAB | lab(79.3 12.8 -30.0) |
| LCH | lch(79.3 32.6 293.0) |
| OKLCH | oklch(0.826 0.085 284.4) |
Copy-ready code
/* CSS */
color: #bfbffc;
background-color: #bfbffc;
/* Tailwind (arbitrary) */
class="text-[#bfbffc] bg-[#bfbffc]"
/* SCSS */
$brand: #bfbffc;
/* SwiftUI */
Color(red: 0.749, green: 0.749, blue: 0.988)
/* Android */
Color.parseColor("#bfbffc")Accessibility — WCAG contrast
Aa
#bfbffc on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfbffc on black: 12.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green74.9%
Blue98.8%
CMYK percentages
Cyan24.2%
Magenta24.2%
Yellow0.0%
Key (black)1.2%
Color previews
#bfbffc text on a black background
contrast 12.07:1
Card sample
#bfbffc text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfbffc;
Background color
Panel with #bfbffc background
background-color: #bfbffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfbffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 191, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 191, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfbffc; background: linear-gradient(135deg, #bfbffc, #E8BFFC);