#be5fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
190, 95, 223
HSL
285°, 67%, 62%
CMYK
15, 57, 0, 13
Luminance
0.2446
Every format
| HEX | #be5fdf |
| RGB | rgb(190, 95, 223) |
| HSL | hsl(285, 67%, 62%) |
| CMYK | cmyk(15%, 57%, 0%, 13%) |
| LAB | lab(56.5 57.7 -49.5) |
| LCH | lch(56.5 76.1 319.4) |
| OKLCH | oklch(0.650 0.201 316.5) |
Copy-ready code
/* CSS */
color: #be5fdf;
background-color: #be5fdf;
/* Tailwind (arbitrary) */
class="text-[#be5fdf] bg-[#be5fdf]"
/* SCSS */
$brand: #be5fdf;
/* SwiftUI */
Color(red: 0.745, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#be5fdf")Accessibility — WCAG contrast
Aa
#be5fdf on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be5fdf on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green37.3%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#be5fdf text on a black background
contrast 5.89:1
Card sample
#be5fdf text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be5fdf;
Background color
Panel with #be5fdf background
background-color: #be5fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be5fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be5fdf; background: linear-gradient(135deg, #be5fdf, #DF5FAB);