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