#bf2cdb
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
191, 44, 219
HSL
290°, 71%, 52%
CMYK
13, 80, 0, 14
Luminance
0.1799
Every format
| HEX | #bf2cdb |
| RGB | rgb(191, 44, 219) |
| HSL | hsl(290, 71%, 52%) |
| CMYK | cmyk(13%, 80%, 0%, 14%) |
| LAB | lab(49.5 76.7 -58.6) |
| LCH | lch(49.5 96.5 322.6) |
| OKLCH | oklch(0.599 0.258 320.4) |
Copy-ready code
/* CSS */
color: #bf2cdb;
background-color: #bf2cdb;
/* Tailwind (arbitrary) */
class="text-[#bf2cdb] bg-[#bf2cdb]"
/* SCSS */
$brand: #bf2cdb;
/* SwiftUI */
Color(red: 0.749, green: 0.173, blue: 0.859)
/* Android */
Color.parseColor("#bf2cdb")Accessibility — WCAG contrast
Aa
#bf2cdb on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf2cdb on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green17.3%
Blue85.9%
CMYK percentages
Cyan12.8%
Magenta79.9%
Yellow0.0%
Key (black)14.1%
Color previews
#bf2cdb text on a black background
contrast 4.60:1
Card sample
#bf2cdb text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf2cdb;
Background color
Panel with #bf2cdb background
background-color: #bf2cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf2cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 44, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 44, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf2cdb; background: linear-gradient(135deg, #bf2cdb, #DB2C82);