#bf97df
a light, vivid violet · warm · closest name: plum
RGB
191, 151, 223
HSL
273°, 53%, 73%
CMYK
14, 32, 0, 13
Luminance
0.3854
Every format
| HEX | #bf97df |
| RGB | rgb(191, 151, 223) |
| HSL | hsl(273, 53%, 73%) |
| CMYK | cmyk(14%, 32%, 0%, 13%) |
| LAB | lab(68.4 28.3 -30.9) |
| LCH | lch(68.4 42.0 312.5) |
| OKLCH | oklch(0.739 0.110 309.3) |
Copy-ready code
/* CSS */
color: #bf97df;
background-color: #bf97df;
/* Tailwind (arbitrary) */
class="text-[#bf97df] bg-[#bf97df]"
/* SCSS */
$brand: #bf97df;
/* SwiftUI */
Color(red: 0.749, green: 0.592, blue: 0.875)
/* Android */
Color.parseColor("#bf97df")Accessibility — WCAG contrast
Aa
#bf97df on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf97df on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green59.2%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta32.3%
Yellow0.0%
Key (black)12.5%
Color previews
#bf97df text on a black background
contrast 8.71:1
Card sample
#bf97df text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf97df;
Background color
Panel with #bf97df background
background-color: #bf97df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf97df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 151, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 151, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf97df; background: linear-gradient(135deg, #bf97df, #DF97CF);