#bf2cdf
a balanced, vivid violet · warm · closest name: magenta
RGB
191, 44, 223
HSL
289°, 74%, 52%
CMYK
14, 80, 0, 13
Luminance
0.1821
Every format
| HEX | #bf2cdf |
| RGB | rgb(191, 44, 223) |
| HSL | hsl(289, 74%, 52%) |
| CMYK | cmyk(14%, 80%, 0%, 13%) |
| LAB | lab(49.8 77.4 -60.4) |
| LCH | lch(49.8 98.2 322.0) |
| OKLCH | oklch(0.601 0.261 319.4) |
Copy-ready code
/* CSS */
color: #bf2cdf;
background-color: #bf2cdf;
/* Tailwind (arbitrary) */
class="text-[#bf2cdf] bg-[#bf2cdf]"
/* SCSS */
$brand: #bf2cdf;
/* SwiftUI */
Color(red: 0.749, green: 0.173, blue: 0.875)
/* Android */
Color.parseColor("#bf2cdf")Accessibility — WCAG contrast
Aa
#bf2cdf on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf2cdf on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green17.3%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta80.3%
Yellow0.0%
Key (black)12.5%
Color previews
#bf2cdf text on a black background
contrast 4.64:1
Card sample
#bf2cdf text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2cdf;
Background color
Panel with #bf2cdf background
background-color: #bf2cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 44, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 44, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2cdf; background: linear-gradient(135deg, #bf2cdf, #DF2C88);