#bf2dbf
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
191, 45, 191
HSL
300°, 62%, 46%
CMYK
0, 76, 0, 25
Luminance
0.1671
Every format
| HEX | #bf2dbf |
| RGB | rgb(191, 45, 191) |
| HSL | hsl(300, 62%, 46%) |
| CMYK | cmyk(0%, 76%, 0%, 25%) |
| LAB | lab(47.9 71.8 -45.0) |
| LCH | lch(47.9 84.7 327.9) |
| OKLCH | oklch(0.582 0.236 328.1) |
Copy-ready code
/* CSS */
color: #bf2dbf;
background-color: #bf2dbf;
/* Tailwind (arbitrary) */
class="text-[#bf2dbf] bg-[#bf2dbf]"
/* SCSS */
$brand: #bf2dbf;
/* SwiftUI */
Color(red: 0.749, green: 0.176, blue: 0.749)
/* Android */
Color.parseColor("#bf2dbf")Accessibility — WCAG contrast
Aa
#bf2dbf on white: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf2dbf on black: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green17.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta76.4%
Yellow0.0%
Key (black)25.1%
Color previews
#bf2dbf text on a black background
contrast 4.34:1
Card sample
#bf2dbf text on a white background
contrast 4.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2dbf;
Background color
Panel with #bf2dbf background
background-color: #bf2dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 45, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 45, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2dbf; background: linear-gradient(135deg, #bf2dbf, #BF2D5E);