#be92fd
a light, electric violet · warm · closest name: violet
RGB
190, 146, 253
HSL
265°, 96%, 78%
CMYK
25, 42, 0, 1
Luminance
0.3860
Every format
| HEX | #be92fd |
| RGB | rgb(190, 146, 253) |
| HSL | hsl(265, 96%, 78%) |
| CMYK | cmyk(25%, 42%, 0%, 1%) |
| LAB | lab(68.5 37.5 -47.3) |
| LCH | lch(68.5 60.4 308.4) |
| OKLCH | oklch(0.743 0.155 301.7) |
Copy-ready code
/* CSS */
color: #be92fd;
background-color: #be92fd;
/* Tailwind (arbitrary) */
class="text-[#be92fd] bg-[#be92fd]"
/* SCSS */
$brand: #be92fd;
/* SwiftUI */
Color(red: 0.745, green: 0.573, blue: 0.992)
/* Android */
Color.parseColor("#be92fd")Accessibility — WCAG contrast
Aa
#be92fd on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#be92fd on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green57.3%
Blue99.2%
CMYK percentages
Cyan24.9%
Magenta42.3%
Yellow0.0%
Key (black)0.8%
Color previews
#be92fd text on a black background
contrast 8.72:1
Card sample
#be92fd text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be92fd;
Background color
Panel with #be92fd background
background-color: #be92fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be92fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 146, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 146, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be92fd; background: linear-gradient(135deg, #be92fd, #FD92F5);