#bf16df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
191, 22, 223
HSL
290°, 82%, 48%
CMYK
14, 90, 0, 13
Luminance
0.1698
Every format
| HEX | #bf16df |
| RGB | rgb(191, 22, 223) |
| HSL | hsl(290, 82%, 48%) |
| CMYK | cmyk(14%, 90%, 0%, 13%) |
| LAB | lab(48.2 81.8 -62.9) |
| LCH | lch(48.2 103.2 322.5) |
| OKLCH | oklch(0.591 0.274 319.9) |
Copy-ready code
/* CSS */
color: #bf16df;
background-color: #bf16df;
/* Tailwind (arbitrary) */
class="text-[#bf16df] bg-[#bf16df]"
/* SCSS */
$brand: #bf16df;
/* SwiftUI */
Color(red: 0.749, green: 0.086, blue: 0.875)
/* Android */
Color.parseColor("#bf16df")Accessibility — WCAG contrast
Aa
#bf16df on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf16df on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green8.6%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta90.1%
Yellow0.0%
Key (black)12.5%
Color previews
#bf16df text on a black background
contrast 4.40:1
Card sample
#bf16df text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf16df;
Background color
Panel with #bf16df background
background-color: #bf16df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf16df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 22, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 22, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf16df; background: linear-gradient(135deg, #bf16df, #DF1679);