#bfaeee
a light, vivid violet · warm · closest name: plum
RGB
191, 174, 238
HSL
256°, 65%, 81%
CMYK
20, 27, 0, 7
Luminance
0.4752
Every format
| HEX | #bfaeee |
| RGB | rgb(191, 174, 238) |
| HSL | hsl(256, 65%, 81%) |
| CMYK | cmyk(20%, 27%, 0%, 7%) |
| LAB | lab(74.5 18.9 -29.7) |
| LCH | lch(74.5 35.2 302.4) |
| OKLCH | oklch(0.788 0.091 296.4) |
Copy-ready code
/* CSS */
color: #bfaeee;
background-color: #bfaeee;
/* Tailwind (arbitrary) */
class="text-[#bfaeee] bg-[#bfaeee]"
/* SCSS */
$brand: #bfaeee;
/* SwiftUI */
Color(red: 0.749, green: 0.682, blue: 0.933)
/* Android */
Color.parseColor("#bfaeee")Accessibility — WCAG contrast
Aa
#bfaeee on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfaeee on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green68.2%
Blue93.3%
CMYK percentages
Cyan19.7%
Magenta26.9%
Yellow0.0%
Key (black)6.7%
Color previews
#bfaeee text on a black background
contrast 10.50:1
Card sample
#bfaeee text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfaeee;
Background color
Panel with #bfaeee background
background-color: #bfaeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfaeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 174, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 174, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfaeee; background: linear-gradient(135deg, #bfaeee, #EAAEEE);