#bf2cda
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
191, 44, 218
HSL
291°, 70%, 51%
CMYK
12, 80, 0, 15
Luminance
0.1794
Every format
| HEX | #bf2cda |
| RGB | rgb(191, 44, 218) |
| HSL | hsl(291, 70%, 51%) |
| CMYK | cmyk(12%, 80%, 0%, 15%) |
| LAB | lab(49.4 76.5 -58.1) |
| LCH | lch(49.4 96.1 322.8) |
| OKLCH | oklch(0.598 0.257 320.7) |
Copy-ready code
/* CSS */
color: #bf2cda;
background-color: #bf2cda;
/* Tailwind (arbitrary) */
class="text-[#bf2cda] bg-[#bf2cda]"
/* SCSS */
$brand: #bf2cda;
/* SwiftUI */
Color(red: 0.749, green: 0.173, blue: 0.855)
/* Android */
Color.parseColor("#bf2cda")Accessibility — WCAG contrast
Aa
#bf2cda on white: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf2cda on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green17.3%
Blue85.5%
CMYK percentages
Cyan12.4%
Magenta79.8%
Yellow0.0%
Key (black)14.5%
Color previews
#bf2cda text on a black background
contrast 4.59:1
Card sample
#bf2cda text on a white background
contrast 4.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2cda;
Background color
Panel with #bf2cda background
background-color: #bf2cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 44, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 44, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2cda; background: linear-gradient(135deg, #bf2cda, #DA2C81);