#be1fff
a balanced, electric violet · warm · closest name: magenta
RGB
190, 31, 255
HSL
283°, 100%, 56%
CMYK
26, 88, 0, 0
Luminance
0.1915
Every format
| HEX | #be1fff |
| RGB | rgb(190, 31, 255) |
| HSL | hsl(283, 100%, 56%) |
| CMYK | cmyk(26%, 88%, 0%, 0%) |
| LAB | lab(50.9 85.8 -76.6) |
| LCH | lch(50.9 115.0 318.2) |
| OKLCH | oklch(0.616 0.294 312.2) |
Copy-ready code
/* CSS */
color: #be1fff;
background-color: #be1fff;
/* Tailwind (arbitrary) */
class="text-[#be1fff] bg-[#be1fff]"
/* SCSS */
$brand: #be1fff;
/* SwiftUI */
Color(red: 0.745, green: 0.122, blue: 1.000)
/* Android */
Color.parseColor("#be1fff")Accessibility — WCAG contrast
Aa
#be1fff on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be1fff on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green12.2%
Blue100.0%
CMYK percentages
Cyan25.5%
Magenta87.8%
Yellow0.0%
Key (black)0.0%
Color previews
#be1fff text on a black background
contrast 4.83:1
Card sample
#be1fff text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be1fff;
Background color
Panel with #be1fff background
background-color: #be1fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be1fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 31, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 31, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be1fff; background: linear-gradient(135deg, #be1fff, #FF1FAB);