#bf45df
a balanced, vivid violet · warm · closest name: orchid
RGB
191, 69, 223
HSL
288°, 71%, 57%
CMYK
14, 69, 0, 13
Luminance
0.2066
Every format
| HEX | #bf45df |
| RGB | rgb(191, 69, 223) |
| HSL | hsl(288, 71%, 57%) |
| CMYK | cmyk(14%, 69%, 0%, 13%) |
| LAB | lab(52.6 69.3 -55.9) |
| LCH | lch(52.6 89.0 321.1) |
| OKLCH | oklch(0.622 0.236 318.5) |
Copy-ready code
/* CSS */
color: #bf45df;
background-color: #bf45df;
/* Tailwind (arbitrary) */
class="text-[#bf45df] bg-[#bf45df]"
/* SCSS */
$brand: #bf45df;
/* SwiftUI */
Color(red: 0.749, green: 0.271, blue: 0.875)
/* Android */
Color.parseColor("#bf45df")Accessibility — WCAG contrast
Aa
#bf45df on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf45df on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green27.1%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta69.1%
Yellow0.0%
Key (black)12.5%
Color previews
#bf45df text on a black background
contrast 5.13:1
Card sample
#bf45df text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf45df;
Background color
Panel with #bf45df background
background-color: #bf45df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf45df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 69, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 69, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf45df; background: linear-gradient(135deg, #bf45df, #DF4599);