#bf84df
a light, vivid violet · warm · closest name: orchid
RGB
191, 132, 223
HSL
279°, 59%, 70%
CMYK
14, 41, 0, 13
Luminance
0.3291
Every format
| HEX | #bf84df |
| RGB | rgb(191, 132, 223) |
| HSL | hsl(279, 59%, 70%) |
| CMYK | cmyk(14%, 41%, 0%, 13%) |
| LAB | lab(64.1 38.8 -37.7) |
| LCH | lch(64.1 54.1 315.8) |
| OKLCH | oklch(0.706 0.142 313.0) |
Copy-ready code
/* CSS */
color: #bf84df;
background-color: #bf84df;
/* Tailwind (arbitrary) */
class="text-[#bf84df] bg-[#bf84df]"
/* SCSS */
$brand: #bf84df;
/* SwiftUI */
Color(red: 0.749, green: 0.518, blue: 0.875)
/* Android */
Color.parseColor("#bf84df")Accessibility — WCAG contrast
Aa
#bf84df on white: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf84df on black: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green51.8%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta40.8%
Yellow0.0%
Key (black)12.5%
Color previews
#bf84df text on a black background
contrast 7.58:1
Card sample
#bf84df text on a white background
contrast 2.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf84df;
Background color
Panel with #bf84df background
background-color: #bf84df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf84df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 132, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 132, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf84df; background: linear-gradient(135deg, #bf84df, #DF84C2);