#bf18ce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
191, 24, 206
HSL
295°, 79%, 45%
CMYK
7, 88, 0, 19
Luminance
0.1619
Every format
| HEX | #bf18ce |
| RGB | rgb(191, 24, 206) |
| HSL | hsl(295, 79%, 45%) |
| CMYK | cmyk(7%, 88%, 0%, 19%) |
| LAB | lab(47.2 78.8 -54.8) |
| LCH | lch(47.2 95.9 325.2) |
| OKLCH | oklch(0.580 0.262 324.1) |
Copy-ready code
/* CSS */
color: #bf18ce;
background-color: #bf18ce;
/* Tailwind (arbitrary) */
class="text-[#bf18ce] bg-[#bf18ce]"
/* SCSS */
$brand: #bf18ce;
/* SwiftUI */
Color(red: 0.749, green: 0.094, blue: 0.808)
/* Android */
Color.parseColor("#bf18ce")Accessibility — WCAG contrast
Aa
#bf18ce on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf18ce on black: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green9.4%
Blue80.8%
CMYK percentages
Cyan7.3%
Magenta88.3%
Yellow0.0%
Key (black)19.2%
Color previews
#bf18ce text on a black background
contrast 4.24:1
Card sample
#bf18ce text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf18ce;
Background color
Panel with #bf18ce background
background-color: #bf18ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf18ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 24, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 24, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf18ce; background: linear-gradient(135deg, #bf18ce, #CE1864);