#bfadeb
a light, vivid violet · warm · closest name: plum
RGB
191, 173, 235
HSL
257°, 61%, 80%
CMYK
19, 26, 0, 8
Luminance
0.4696
Every format
| HEX | #bfadeb |
| RGB | rgb(191, 173, 235) |
| HSL | hsl(257, 61%, 80%) |
| CMYK | cmyk(19%, 26%, 0%, 8%) |
| LAB | lab(74.2 18.8 -28.6) |
| LCH | lch(74.2 34.3 303.2) |
| OKLCH | oklch(0.784 0.089 297.6) |
Copy-ready code
/* CSS */
color: #bfadeb;
background-color: #bfadeb;
/* Tailwind (arbitrary) */
class="text-[#bfadeb] bg-[#bfadeb]"
/* SCSS */
$brand: #bfadeb;
/* SwiftUI */
Color(red: 0.749, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#bfadeb")Accessibility — WCAG contrast
Aa
#bfadeb on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfadeb on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green67.8%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#bfadeb text on a black background
contrast 10.39:1
Card sample
#bfadeb text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfadeb;
Background color
Panel with #bfadeb background
background-color: #bfadeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfadeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfadeb; background: linear-gradient(135deg, #bfadeb, #E8ADEB);