#be4fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
190, 79, 223
HSL
286°, 69%, 59%
CMYK
15, 65, 0, 13
Luminance
0.2187
Every format
| HEX | #be4fdf |
| RGB | rgb(190, 79, 223) |
| HSL | hsl(286, 69%, 59%) |
| CMYK | cmyk(15%, 65%, 0%, 13%) |
| LAB | lab(53.9 65.0 -53.8) |
| LCH | lch(53.9 84.4 320.4) |
| OKLCH | oklch(0.631 0.224 317.6) |
Copy-ready code
/* CSS */
color: #be4fdf;
background-color: #be4fdf;
/* Tailwind (arbitrary) */
class="text-[#be4fdf] bg-[#be4fdf]"
/* SCSS */
$brand: #be4fdf;
/* SwiftUI */
Color(red: 0.745, green: 0.310, blue: 0.875)
/* Android */
Color.parseColor("#be4fdf")Accessibility — WCAG contrast
Aa
#be4fdf on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be4fdf on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green31.0%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta64.6%
Yellow0.0%
Key (black)12.5%
Color previews
#be4fdf text on a black background
contrast 5.37:1
Card sample
#be4fdf text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be4fdf;
Background color
Panel with #be4fdf background
background-color: #be4fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be4fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 79, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 79, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be4fdf; background: linear-gradient(135deg, #be4fdf, #DF4FA0);