#bf4bdf
a balanced, vivid violet · warm · closest name: orchid
RGB
191, 75, 223
HSL
287°, 70%, 58%
CMYK
14, 66, 0, 13
Luminance
0.2144
Every format
| HEX | #bf4bdf |
| RGB | rgb(191, 75, 223) |
| HSL | hsl(287, 70%, 58%) |
| CMYK | cmyk(14%, 66%, 0%, 13%) |
| LAB | lab(53.4 66.9 -54.5) |
| LCH | lch(53.4 86.3 320.8) |
| OKLCH | oklch(0.628 0.229 318.2) |
Copy-ready code
/* CSS */
color: #bf4bdf;
background-color: #bf4bdf;
/* Tailwind (arbitrary) */
class="text-[#bf4bdf] bg-[#bf4bdf]"
/* SCSS */
$brand: #bf4bdf;
/* SwiftUI */
Color(red: 0.749, green: 0.294, blue: 0.875)
/* Android */
Color.parseColor("#bf4bdf")Accessibility — WCAG contrast
Aa
#bf4bdf on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf4bdf on black: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green29.4%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta66.4%
Yellow0.0%
Key (black)12.5%
Color previews
#bf4bdf text on a black background
contrast 5.29:1
Card sample
#bf4bdf text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf4bdf;
Background color
Panel with #bf4bdf background
background-color: #bf4bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf4bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 75, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 75, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf4bdf; background: linear-gradient(135deg, #bf4bdf, #DF4B9C);