#be4bdf
a balanced, vivid violet · warm · closest name: orchid
RGB
190, 75, 223
HSL
287°, 70%, 58%
CMYK
15, 66, 0, 13
Luminance
0.2131
Every format
| HEX | #be4bdf |
| RGB | rgb(190, 75, 223) |
| HSL | hsl(287, 70%, 58%) |
| CMYK | cmyk(15%, 66%, 0%, 13%) |
| LAB | lab(53.3 66.7 -54.8) |
| LCH | lch(53.3 86.3 320.6) |
| OKLCH | oklch(0.626 0.229 317.8) |
Copy-ready code
/* CSS */
color: #be4bdf;
background-color: #be4bdf;
/* Tailwind (arbitrary) */
class="text-[#be4bdf] bg-[#be4bdf]"
/* SCSS */
$brand: #be4bdf;
/* SwiftUI */
Color(red: 0.745, green: 0.294, blue: 0.875)
/* Android */
Color.parseColor("#be4bdf")Accessibility — WCAG contrast
Aa
#be4bdf on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be4bdf on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green29.4%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta66.4%
Yellow0.0%
Key (black)12.5%
Color previews
#be4bdf text on a black background
contrast 5.26:1
Card sample
#be4bdf text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be4bdf;
Background color
Panel with #be4bdf background
background-color: #be4bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be4bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 75, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 75, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be4bdf; background: linear-gradient(135deg, #be4bdf, #DF4B9D);