#be55ff
a light, electric violet · warm · closest name: magenta
RGB
190, 85, 255
HSL
277°, 100%, 67%
CMYK
26, 67, 0, 0
Luminance
0.2466
Every format
| HEX | #be55ff |
| RGB | rgb(190, 85, 255) |
| HSL | hsl(277, 100%, 67%) |
| CMYK | cmyk(26%, 67%, 0%, 0%) |
| LAB | lab(56.8 68.9 -67.1) |
| LCH | lch(56.8 96.2 315.8) |
| OKLCH | oklch(0.657 0.246 309.6) |
Copy-ready code
/* CSS */
color: #be55ff;
background-color: #be55ff;
/* Tailwind (arbitrary) */
class="text-[#be55ff] bg-[#be55ff]"
/* SCSS */
$brand: #be55ff;
/* SwiftUI */
Color(red: 0.745, green: 0.333, blue: 1.000)
/* Android */
Color.parseColor("#be55ff")Accessibility — WCAG contrast
Aa
#be55ff on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be55ff on black: 5.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green33.3%
Blue100.0%
CMYK percentages
Cyan25.5%
Magenta66.7%
Yellow0.0%
Key (black)0.0%
Color previews
#be55ff text on a black background
contrast 5.93:1
Card sample
#be55ff text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be55ff;
Background color
Panel with #be55ff background
background-color: #be55ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be55ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 85, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 85, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be55ff; background: linear-gradient(135deg, #be55ff, #FF55CF);