#be4df6
a balanced, electric violet · warm · closest name: magenta
RGB
190, 77, 246
HSL
280°, 90%, 63%
CMYK
23, 69, 0, 4
Luminance
0.2291
Every format
| HEX | #be4df6 |
| RGB | rgb(190, 77, 246) |
| HSL | hsl(280, 90%, 63%) |
| CMYK | cmyk(23%, 69%, 0%, 4%) |
| LAB | lab(55.0 70.4 -64.9) |
| LCH | lch(55.0 95.8 317.3) |
| OKLCH | oklch(0.643 0.247 312.1) |
Copy-ready code
/* CSS */
color: #be4df6;
background-color: #be4df6;
/* Tailwind (arbitrary) */
class="text-[#be4df6] bg-[#be4df6]"
/* SCSS */
$brand: #be4df6;
/* SwiftUI */
Color(red: 0.745, green: 0.302, blue: 0.965)
/* Android */
Color.parseColor("#be4df6")Accessibility — WCAG contrast
Aa
#be4df6 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be4df6 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green30.2%
Blue96.5%
CMYK percentages
Cyan22.8%
Magenta68.7%
Yellow0.0%
Key (black)3.5%
Color previews
#be4df6 text on a black background
contrast 5.58:1
Card sample
#be4df6 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be4df6;
Background color
Panel with #be4df6 background
background-color: #be4df6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be4df6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 77, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 77, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be4df6; background: linear-gradient(135deg, #be4df6, #F64DBD);