#bf93df
a light, vivid violet · warm · closest name: plum
RGB
191, 147, 223
HSL
275°, 54%, 73%
CMYK
14, 34, 0, 13
Luminance
0.3727
Every format
| HEX | #bf93df |
| RGB | rgb(191, 147, 223) |
| HSL | hsl(275, 54%, 73%) |
| CMYK | cmyk(14%, 34%, 0%, 13%) |
| LAB | lab(67.5 30.6 -32.4) |
| LCH | lch(67.5 44.5 313.3) |
| OKLCH | oklch(0.732 0.117 310.2) |
Copy-ready code
/* CSS */
color: #bf93df;
background-color: #bf93df;
/* Tailwind (arbitrary) */
class="text-[#bf93df] bg-[#bf93df]"
/* SCSS */
$brand: #bf93df;
/* SwiftUI */
Color(red: 0.749, green: 0.576, blue: 0.875)
/* Android */
Color.parseColor("#bf93df")Accessibility — WCAG contrast
Aa
#bf93df on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf93df on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green57.6%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta34.1%
Yellow0.0%
Key (black)12.5%
Color previews
#bf93df text on a black background
contrast 8.45:1
Card sample
#bf93df text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf93df;
Background color
Panel with #bf93df background
background-color: #bf93df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf93df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 147, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 147, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf93df; background: linear-gradient(135deg, #bf93df, #DF93CC);