#bf3cd3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
191, 60, 211
HSL
292°, 63%, 53%
CMYK
10, 72, 0, 17
Luminance
0.1901
Every format
| HEX | #bf3cd3 |
| RGB | rgb(191, 60, 211) |
| HSL | hsl(292, 63%, 53%) |
| CMYK | cmyk(10%, 72%, 0%, 17%) |
| LAB | lab(50.7 70.4 -52.0) |
| LCH | lch(50.7 87.5 323.5) |
| OKLCH | oklch(0.606 0.236 322.0) |
Copy-ready code
/* CSS */
color: #bf3cd3;
background-color: #bf3cd3;
/* Tailwind (arbitrary) */
class="text-[#bf3cd3] bg-[#bf3cd3]"
/* SCSS */
$brand: #bf3cd3;
/* SwiftUI */
Color(red: 0.749, green: 0.235, blue: 0.827)
/* Android */
Color.parseColor("#bf3cd3")Accessibility — WCAG contrast
Aa
#bf3cd3 on white: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf3cd3 on black: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green23.5%
Blue82.7%
CMYK percentages
Cyan9.5%
Magenta71.6%
Yellow0.0%
Key (black)17.3%
Color previews
#bf3cd3 text on a black background
contrast 4.80:1
Card sample
#bf3cd3 text on a white background
contrast 4.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf3cd3;
Background color
Panel with #bf3cd3 background
background-color: #bf3cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf3cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 60, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 60, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf3cd3; background: linear-gradient(135deg, #bf3cd3, #D33C82);