#bf28df
a balanced, vivid violet · warm · closest name: magenta
RGB
191, 40, 223
HSL
290°, 74%, 52%
CMYK
14, 82, 0, 13
Luminance
0.1792
Every format
| HEX | #bf28df |
| RGB | rgb(191, 40, 223) |
| HSL | hsl(290, 74%, 52%) |
| CMYK | cmyk(14%, 82%, 0%, 13%) |
| LAB | lab(49.4 78.4 -61.0) |
| LCH | lch(49.4 99.3 322.1) |
| OKLCH | oklch(0.599 0.264 319.5) |
Copy-ready code
/* CSS */
color: #bf28df;
background-color: #bf28df;
/* Tailwind (arbitrary) */
class="text-[#bf28df] bg-[#bf28df]"
/* SCSS */
$brand: #bf28df;
/* SwiftUI */
Color(red: 0.749, green: 0.157, blue: 0.875)
/* Android */
Color.parseColor("#bf28df")Accessibility — WCAG contrast
Aa
#bf28df on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf28df on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green15.7%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta82.1%
Yellow0.0%
Key (black)12.5%
Color previews
#bf28df text on a black background
contrast 4.58:1
Card sample
#bf28df text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf28df;
Background color
Panel with #bf28df background
background-color: #bf28df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf28df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 40, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 40, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf28df; background: linear-gradient(135deg, #bf28df, #DF2885);