#bf48df
a balanced, vivid violet · warm · closest name: orchid
RGB
191, 72, 223
HSL
287°, 70%, 58%
CMYK
14, 68, 0, 13
Luminance
0.2104
Every format
| HEX | #bf48df |
| RGB | rgb(191, 72, 223) |
| HSL | hsl(287, 70%, 58%) |
| CMYK | cmyk(14%, 68%, 0%, 13%) |
| LAB | lab(53.0 68.1 -55.2) |
| LCH | lch(53.0 87.7 321.0) |
| OKLCH | oklch(0.625 0.233 318.3) |
Copy-ready code
/* CSS */
color: #bf48df;
background-color: #bf48df;
/* Tailwind (arbitrary) */
class="text-[#bf48df] bg-[#bf48df]"
/* SCSS */
$brand: #bf48df;
/* SwiftUI */
Color(red: 0.749, green: 0.282, blue: 0.875)
/* Android */
Color.parseColor("#bf48df")Accessibility — WCAG contrast
Aa
#bf48df on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf48df on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green28.2%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta67.7%
Yellow0.0%
Key (black)12.5%
Color previews
#bf48df text on a black background
contrast 5.21:1
Card sample
#bf48df text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf48df;
Background color
Panel with #bf48df background
background-color: #bf48df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf48df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 72, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 72, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf48df; background: linear-gradient(135deg, #bf48df, #DF489A);