#bf9eee
a light, vivid violet · warm · closest name: plum
RGB
191, 158, 238
HSL
265°, 70%, 78%
CMYK
20, 34, 0, 7
Luminance
0.4170
Every format
| HEX | #bf9eee |
| RGB | rgb(191, 158, 238) |
| HSL | hsl(265, 70%, 78%) |
| CMYK | cmyk(20%, 34%, 0%, 7%) |
| LAB | lab(70.7 27.8 -35.7) |
| LCH | lch(70.7 45.2 307.9) |
| OKLCH | oklch(0.758 0.117 302.7) |
Copy-ready code
/* CSS */
color: #bf9eee;
background-color: #bf9eee;
/* Tailwind (arbitrary) */
class="text-[#bf9eee] bg-[#bf9eee]"
/* SCSS */
$brand: #bf9eee;
/* SwiftUI */
Color(red: 0.749, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#bf9eee")Accessibility — WCAG contrast
Aa
#bf9eee on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf9eee on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green62.0%
Blue93.3%
CMYK percentages
Cyan19.7%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#bf9eee text on a black background
contrast 9.34:1
Card sample
#bf9eee text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf9eee;
Background color
Panel with #bf9eee background
background-color: #bf9eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf9eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf9eee; background: linear-gradient(135deg, #bf9eee, #EE9EE8);