#bf2cdd
a balanced, vivid violet · warm · closest name: magenta
RGB
191, 44, 221
HSL
290°, 72%, 52%
CMYK
14, 80, 0, 13
Luminance
0.1810
Every format
| HEX | #bf2cdd |
| RGB | rgb(191, 44, 221) |
| HSL | hsl(290, 72%, 52%) |
| CMYK | cmyk(14%, 80%, 0%, 13%) |
| LAB | lab(49.6 77.0 -59.5) |
| LCH | lch(49.6 97.3 322.3) |
| OKLCH | oklch(0.600 0.260 319.9) |
Copy-ready code
/* CSS */
color: #bf2cdd;
background-color: #bf2cdd;
/* Tailwind (arbitrary) */
class="text-[#bf2cdd] bg-[#bf2cdd]"
/* SCSS */
$brand: #bf2cdd;
/* SwiftUI */
Color(red: 0.749, green: 0.173, blue: 0.867)
/* Android */
Color.parseColor("#bf2cdd")Accessibility — WCAG contrast
Aa
#bf2cdd on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf2cdd on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green17.3%
Blue86.7%
CMYK percentages
Cyan13.6%
Magenta80.1%
Yellow0.0%
Key (black)13.3%
Color previews
#bf2cdd text on a black background
contrast 4.62:1
Card sample
#bf2cdd text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2cdd;
Background color
Panel with #bf2cdd background
background-color: #bf2cdd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2cdd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 44, 221, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 44, 221, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2cdd; background: linear-gradient(135deg, #bf2cdd, #DD2C85);