#bfafdf
a light, soft violet · warm · closest name: plum
RGB
191, 175, 223
HSL
260°, 43%, 78%
CMYK
14, 22, 0, 13
Luminance
0.4706
Every format
| HEX | #bfafdf |
| RGB | rgb(191, 175, 223) |
| HSL | hsl(260, 43%, 78%) |
| CMYK | cmyk(14%, 22%, 0%, 13%) |
| LAB | lab(74.2 15.1 -22.0) |
| LCH | lch(74.2 26.7 304.4) |
| OKLCH | oklch(0.784 0.069 300.1) |
Copy-ready code
/* CSS */
color: #bfafdf;
background-color: #bfafdf;
/* Tailwind (arbitrary) */
class="text-[#bfafdf] bg-[#bfafdf]"
/* SCSS */
$brand: #bfafdf;
/* SwiftUI */
Color(red: 0.749, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#bfafdf")Accessibility — WCAG contrast
Aa
#bfafdf on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bfafdf on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green68.6%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#bfafdf text on a black background
contrast 10.41:1
Card sample
#bfafdf text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bfafdf;
Background color
Panel with #bfafdf background
background-color: #bfafdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bfafdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bfafdf; background: linear-gradient(135deg, #bfafdf, #DFAFDF);