#bf0cdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
191, 12, 223
HSL
291°, 90%, 46%
CMYK
14, 95, 0, 13
Luminance
0.1667
Every format
| HEX | #bf0cdf |
| RGB | rgb(191, 12, 223) |
| HSL | hsl(291, 90%, 46%) |
| CMYK | cmyk(14%, 95%, 0%, 13%) |
| LAB | lab(47.8 83.0 -63.5) |
| LCH | lch(47.8 104.5 322.6) |
| OKLCH | oklch(0.588 0.278 320.0) |
Copy-ready code
/* CSS */
color: #bf0cdf;
background-color: #bf0cdf;
/* Tailwind (arbitrary) */
class="text-[#bf0cdf] bg-[#bf0cdf]"
/* SCSS */
$brand: #bf0cdf;
/* SwiftUI */
Color(red: 0.749, green: 0.047, blue: 0.875)
/* Android */
Color.parseColor("#bf0cdf")Accessibility — WCAG contrast
Aa
#bf0cdf on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf0cdf on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green4.7%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta94.6%
Yellow0.0%
Key (black)12.5%
Color previews
#bf0cdf text on a black background
contrast 4.33:1
Card sample
#bf0cdf text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf0cdf;
Background color
Panel with #bf0cdf background
background-color: #bf0cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf0cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 12, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 12, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf0cdf; background: linear-gradient(135deg, #bf0cdf, #DF0C72);