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