#bf23af
a dark, vivid magenta / pink · warm · closest name: purple
RGB
191, 35, 175
HSL
306°, 69%, 44%
CMYK
0, 82, 8, 25
Luminance
0.1537
Every format
| HEX | #bf23af |
| RGB | rgb(191, 35, 175) |
| HSL | hsl(306, 69%, 44%) |
| CMYK | cmyk(0%, 82%, 8%, 25%) |
| LAB | lab(46.1 71.9 -38.4) |
| LCH | lch(46.1 81.5 331.9) |
| OKLCH | oklch(0.567 0.233 333.1) |
Copy-ready code
/* CSS */
color: #bf23af;
background-color: #bf23af;
/* Tailwind (arbitrary) */
class="text-[#bf23af] bg-[#bf23af]"
/* SCSS */
$brand: #bf23af;
/* SwiftUI */
Color(red: 0.749, green: 0.137, blue: 0.686)
/* Android */
Color.parseColor("#bf23af")Accessibility — WCAG contrast
Aa
#bf23af on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf23af on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green13.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow8.4%
Key (black)25.1%
Color previews
#bf23af text on a black background
contrast 4.07:1
Card sample
#bf23af text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf23af;
Background color
Panel with #bf23af background
background-color: #bf23af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf23af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 35, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 35, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf23af; background: linear-gradient(135deg, #bf23af, #BF2347);