#be0cdb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
190, 12, 219
HSL
292°, 90%, 45%
CMYK
13, 95, 0, 14
Luminance
0.1632
Every format
| HEX | #be0cdb |
| RGB | rgb(190, 12, 219) |
| HSL | hsl(292, 90%, 45%) |
| CMYK | cmyk(13%, 95%, 0%, 14%) |
| LAB | lab(47.4 82.2 -61.9) |
| LCH | lch(47.4 102.9 323.0) |
| OKLCH | oklch(0.584 0.275 320.7) |
Copy-ready code
/* CSS */
color: #be0cdb;
background-color: #be0cdb;
/* Tailwind (arbitrary) */
class="text-[#be0cdb] bg-[#be0cdb]"
/* SCSS */
$brand: #be0cdb;
/* SwiftUI */
Color(red: 0.745, green: 0.047, blue: 0.859)
/* Android */
Color.parseColor("#be0cdb")Accessibility — WCAG contrast
Aa
#be0cdb on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be0cdb on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green4.7%
Blue85.9%
CMYK percentages
Cyan13.2%
Magenta94.5%
Yellow0.0%
Key (black)14.1%
Color previews
#be0cdb text on a black background
contrast 4.26:1
Card sample
#be0cdb text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be0cdb;
Background color
Panel with #be0cdb background
background-color: #be0cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be0cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 12, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 12, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be0cdb; background: linear-gradient(135deg, #be0cdb, #DB0C6E);