#bf92df
a light, vivid violet · warm · closest name: plum
RGB
191, 146, 223
HSL
275°, 55%, 72%
CMYK
14, 35, 0, 13
Luminance
0.3696
Every format
| HEX | #bf92df |
| RGB | rgb(191, 146, 223) |
| HSL | hsl(275, 55%, 72%) |
| CMYK | cmyk(14%, 35%, 0%, 13%) |
| LAB | lab(67.3 31.1 -32.8) |
| LCH | lch(67.3 45.2 313.5) |
| OKLCH | oklch(0.730 0.118 310.4) |
Copy-ready code
/* CSS */
color: #bf92df;
background-color: #bf92df;
/* Tailwind (arbitrary) */
class="text-[#bf92df] bg-[#bf92df]"
/* SCSS */
$brand: #bf92df;
/* SwiftUI */
Color(red: 0.749, green: 0.573, blue: 0.875)
/* Android */
Color.parseColor("#bf92df")Accessibility — WCAG contrast
Aa
#bf92df on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf92df on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green57.3%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta34.5%
Yellow0.0%
Key (black)12.5%
Color previews
#bf92df text on a black background
contrast 8.39:1
Card sample
#bf92df text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf92df;
Background color
Panel with #bf92df background
background-color: #bf92df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf92df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 146, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 146, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf92df; background: linear-gradient(135deg, #bf92df, #DF92CC);