#bf3fd4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
191, 63, 212
HSL
292°, 63%, 54%
CMYK
10, 70, 0, 17
Luminance
0.1938
Every format
| HEX | #bf3fd4 |
| RGB | rgb(191, 63, 212) |
| HSL | hsl(292, 63%, 54%) |
| CMYK | cmyk(10%, 70%, 0%, 17%) |
| LAB | lab(51.1 69.5 -51.9) |
| LCH | lch(51.1 86.8 323.2) |
| OKLCH | oklch(0.609 0.234 321.7) |
Copy-ready code
/* CSS */
color: #bf3fd4;
background-color: #bf3fd4;
/* Tailwind (arbitrary) */
class="text-[#bf3fd4] bg-[#bf3fd4]"
/* SCSS */
$brand: #bf3fd4;
/* SwiftUI */
Color(red: 0.749, green: 0.247, blue: 0.831)
/* Android */
Color.parseColor("#bf3fd4")Accessibility — WCAG contrast
Aa
#bf3fd4 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf3fd4 on black: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green24.7%
Blue83.1%
CMYK percentages
Cyan9.9%
Magenta70.3%
Yellow0.0%
Key (black)16.9%
Color previews
#bf3fd4 text on a black background
contrast 4.88:1
Card sample
#bf3fd4 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf3fd4;
Background color
Panel with #bf3fd4 background
background-color: #bf3fd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf3fd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 63, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 63, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf3fd4; background: linear-gradient(135deg, #bf3fd4, #D43F86);