#be3fdf
a balanced, vivid violet · warm · closest name: magenta
RGB
190, 63, 223
HSL
288°, 71%, 56%
CMYK
15, 72, 0, 13
Luminance
0.1983
Every format
| HEX | #be3fdf |
| RGB | rgb(190, 63, 223) |
| HSL | hsl(288, 71%, 56%) |
| CMYK | cmyk(15%, 72%, 0%, 13%) |
| LAB | lab(51.6 71.3 -57.4) |
| LCH | lch(51.6 91.5 321.2) |
| OKLCH | oklch(0.615 0.243 318.4) |
Copy-ready code
/* CSS */
color: #be3fdf;
background-color: #be3fdf;
/* Tailwind (arbitrary) */
class="text-[#be3fdf] bg-[#be3fdf]"
/* SCSS */
$brand: #be3fdf;
/* SwiftUI */
Color(red: 0.745, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#be3fdf")Accessibility — WCAG contrast
Aa
#be3fdf on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be3fdf on black: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green24.7%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#be3fdf text on a black background
contrast 4.97:1
Card sample
#be3fdf text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be3fdf;
Background color
Panel with #be3fdf background
background-color: #be3fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be3fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be3fdf; background: linear-gradient(135deg, #be3fdf, #DF3F95);