#bf2acd
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
191, 42, 205
HSL
295°, 66%, 48%
CMYK
7, 80, 0, 20
Luminance
0.1714
Every format
| HEX | #bf2acd |
| RGB | rgb(191, 42, 205) |
| HSL | hsl(295, 66%, 48%) |
| CMYK | cmyk(7%, 80%, 0%, 20%) |
| LAB | lab(48.4 74.8 -52.2) |
| LCH | lch(48.4 91.3 325.1) |
| OKLCH | oklch(0.589 0.249 324.1) |
Copy-ready code
/* CSS */
color: #bf2acd;
background-color: #bf2acd;
/* Tailwind (arbitrary) */
class="text-[#bf2acd] bg-[#bf2acd]"
/* SCSS */
$brand: #bf2acd;
/* SwiftUI */
Color(red: 0.749, green: 0.165, blue: 0.804)
/* Android */
Color.parseColor("#bf2acd")Accessibility — WCAG contrast
Aa
#bf2acd on white: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf2acd on black: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green16.5%
Blue80.4%
CMYK percentages
Cyan6.8%
Magenta79.5%
Yellow0.0%
Key (black)19.6%
Color previews
#bf2acd text on a black background
contrast 4.43:1
Card sample
#bf2acd text on a white background
contrast 4.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2acd;
Background color
Panel with #bf2acd background
background-color: #bf2acd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2acd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 42, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 42, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2acd; background: linear-gradient(135deg, #bf2acd, #CD2A6E);