#bfaade
a light, soft violet · warm · closest name: plum
RGB
191, 170, 222
HSL
264°, 44%, 77%
CMYK
14, 23, 0, 13
Luminance
0.4510
Every format
| HEX | #bfaade |
| RGB | rgb(191, 170, 222) |
| HSL | hsl(264, 44%, 77%) |
| CMYK | cmyk(14%, 23%, 0%, 13%) |
| LAB | lab(73.0 17.6 -23.4) |
| LCH | lch(73.0 29.3 306.9) |
| OKLCH | oklch(0.774 0.076 303.1) |
Copy-ready code
/* CSS */
color: #bfaade;
background-color: #bfaade;
/* Tailwind (arbitrary) */
class="text-[#bfaade] bg-[#bfaade]"
/* SCSS */
$brand: #bfaade;
/* SwiftUI */
Color(red: 0.749, green: 0.667, blue: 0.871)
/* Android */
Color.parseColor("#bfaade")Accessibility — WCAG contrast
Aa
#bfaade on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfaade on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green66.7%
Blue87.1%
CMYK percentages
Cyan14.0%
Magenta23.4%
Yellow0.0%
Key (black)12.9%
Color previews
#bfaade text on a black background
contrast 10.02:1
Card sample
#bfaade text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfaade;
Background color
Panel with #bfaade background
background-color: #bfaade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfaade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 170, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 170, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfaade; background: linear-gradient(135deg, #bfaade, #DEAADA);