#be2fdf
a balanced, vivid violet · warm · closest name: magenta
RGB
190, 47, 223
HSL
289°, 73%, 53%
CMYK
15, 79, 0, 13
Luminance
0.1831
Every format
| HEX | #be2fdf |
| RGB | rgb(190, 47, 223) |
| HSL | hsl(289, 73%, 53%) |
| CMYK | cmyk(15%, 79%, 0%, 13%) |
| LAB | lab(49.9 76.4 -60.2) |
| LCH | lch(49.9 97.3 321.7) |
| OKLCH | oklch(0.602 0.258 319.0) |
Copy-ready code
/* CSS */
color: #be2fdf;
background-color: #be2fdf;
/* Tailwind (arbitrary) */
class="text-[#be2fdf] bg-[#be2fdf]"
/* SCSS */
$brand: #be2fdf;
/* SwiftUI */
Color(red: 0.745, green: 0.184, blue: 0.875)
/* Android */
Color.parseColor("#be2fdf")Accessibility — WCAG contrast
Aa
#be2fdf on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be2fdf on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green18.4%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta78.9%
Yellow0.0%
Key (black)12.5%
Color previews
#be2fdf text on a black background
contrast 4.66:1
Card sample
#be2fdf text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be2fdf;
Background color
Panel with #be2fdf background
background-color: #be2fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be2fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 47, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 47, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be2fdf; background: linear-gradient(135deg, #be2fdf, #DF2F8A);