#bf4fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
191, 79, 223
HSL
287°, 69%, 59%
CMYK
14, 65, 0, 13
Luminance
0.2200
Every format
| HEX | #bf4fdf |
| RGB | rgb(191, 79, 223) |
| HSL | hsl(287, 69%, 59%) |
| CMYK | cmyk(14%, 65%, 0%, 13%) |
| LAB | lab(54.0 65.2 -53.6) |
| LCH | lch(54.0 84.4 320.6) |
| OKLCH | oklch(0.632 0.224 318.0) |
Copy-ready code
/* CSS */
color: #bf4fdf;
background-color: #bf4fdf;
/* Tailwind (arbitrary) */
class="text-[#bf4fdf] bg-[#bf4fdf]"
/* SCSS */
$brand: #bf4fdf;
/* SwiftUI */
Color(red: 0.749, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#bf4fdf")Accessibility — WCAG contrast
Aa
#bf4fdf on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf4fdf on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green31.0%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#bf4fdf text on a black background
contrast 5.40:1
Card sample
#bf4fdf text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf4fdf;
Background color
Panel with #bf4fdf background
background-color: #bf4fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf4fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf4fdf; background: linear-gradient(135deg, #bf4fdf, #DF4F9F);