#bf72be
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
191, 114, 190
HSL
301°, 38%, 60%
CMYK
0, 40, 1, 25
Luminance
0.2683
Every format
| HEX | #bf72be |
| RGB | rgb(191, 114, 190) |
| HSL | hsl(301, 38%, 60%) |
| CMYK | cmyk(0%, 40%, 1%, 25%) |
| LAB | lab(58.8 41.9 -27.3) |
| LCH | lch(58.8 50.0 327.0) |
| OKLCH | oklch(0.662 0.138 327.5) |
Copy-ready code
/* CSS */
color: #bf72be;
background-color: #bf72be;
/* Tailwind (arbitrary) */
class="text-[#bf72be] bg-[#bf72be]"
/* SCSS */
$brand: #bf72be;
/* SwiftUI */
Color(red: 0.749, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#bf72be")Accessibility — WCAG contrast
Aa
#bf72be on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf72be on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green44.7%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow0.5%
Key (black)25.1%
Color previews
#bf72be text on a black background
contrast 6.37:1
Card sample
#bf72be text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf72be;
Background color
Panel with #bf72be background
background-color: #bf72be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf72be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf72be; background: linear-gradient(135deg, #bf72be, #BF728B);