#be74ff
a light, electric violet · warm · closest name: violet
RGB
190, 116, 255
HSL
272°, 100%, 73%
CMYK
26, 55, 0, 0
Luminance
0.3066
Every format
| HEX | #be74ff |
| RGB | rgb(190, 116, 255) |
| HSL | hsl(272, 100%, 73%) |
| CMYK | cmyk(26%, 55%, 0%, 0%) |
| LAB | lab(62.2 54.1 -58.3) |
| LCH | lch(62.2 79.5 312.8) |
| OKLCH | oklch(0.697 0.204 306.4) |
Copy-ready code
/* CSS */
color: #be74ff;
background-color: #be74ff;
/* Tailwind (arbitrary) */
class="text-[#be74ff] bg-[#be74ff]"
/* SCSS */
$brand: #be74ff;
/* SwiftUI */
Color(red: 0.745, green: 0.455, blue: 1.000)
/* Android */
Color.parseColor("#be74ff")Accessibility — WCAG contrast
Aa
#be74ff on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#be74ff on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green45.5%
Blue100.0%
CMYK percentages
Cyan25.5%
Magenta54.5%
Yellow0.0%
Key (black)0.0%
Color previews
#be74ff text on a black background
contrast 7.13:1
Card sample
#be74ff text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be74ff;
Background color
Panel with #be74ff background
background-color: #be74ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be74ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 116, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 116, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be74ff; background: linear-gradient(135deg, #be74ff, #FF74E3);