#be0bdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
190, 11, 223
HSL
291°, 91%, 46%
CMYK
15, 95, 0, 13
Luminance
0.1651
Every format
| HEX | #be0bdf |
| RGB | rgb(190, 11, 223) |
| HSL | hsl(291, 91%, 46%) |
| CMYK | cmyk(15%, 95%, 0%, 13%) |
| LAB | lab(47.6 82.9 -63.8) |
| LCH | lch(47.6 104.7 322.4) |
| OKLCH | oklch(0.586 0.278 319.7) |
Copy-ready code
/* CSS */
color: #be0bdf;
background-color: #be0bdf;
/* Tailwind (arbitrary) */
class="text-[#be0bdf] bg-[#be0bdf]"
/* SCSS */
$brand: #be0bdf;
/* SwiftUI */
Color(red: 0.745, green: 0.043, blue: 0.875)
/* Android */
Color.parseColor("#be0bdf")Accessibility — WCAG contrast
Aa
#be0bdf on white: 4.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be0bdf on black: 4.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green4.3%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta95.1%
Yellow0.0%
Key (black)12.5%
Color previews
#be0bdf text on a black background
contrast 4.30:1
Card sample
#be0bdf text on a white background
contrast 4.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be0bdf;
Background color
Panel with #be0bdf background
background-color: #be0bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be0bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 11, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 11, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be0bdf; background: linear-gradient(135deg, #be0bdf, #DF0B73);