#be5df2
a light, electric violet · warm · closest name: violet
RGB
190, 93, 242
HSL
279°, 85%, 66%
CMYK
22, 62, 0, 5
Luminance
0.2519
Every format
| HEX | #be5df2 |
| RGB | rgb(190, 93, 242) |
| HSL | hsl(279, 85%, 66%) |
| CMYK | cmyk(22%, 62%, 0%, 5%) |
| LAB | lab(57.3 62.6 -59.0) |
| LCH | lch(57.3 86.0 316.7) |
| OKLCH | oklch(0.658 0.223 311.8) |
Copy-ready code
/* CSS */
color: #be5df2;
background-color: #be5df2;
/* Tailwind (arbitrary) */
class="text-[#be5df2] bg-[#be5df2]"
/* SCSS */
$brand: #be5df2;
/* SwiftUI */
Color(red: 0.745, green: 0.365, blue: 0.949)
/* Android */
Color.parseColor("#be5df2")Accessibility — WCAG contrast
Aa
#be5df2 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be5df2 on black: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green36.5%
Blue94.9%
CMYK percentages
Cyan21.5%
Magenta61.6%
Yellow0.0%
Key (black)5.1%
Color previews
#be5df2 text on a black background
contrast 6.04:1
Card sample
#be5df2 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be5df2;
Background color
Panel with #be5df2 background
background-color: #be5df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be5df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 93, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 93, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be5df2; background: linear-gradient(135deg, #be5df2, #F25DC3);