#be7fdf
a light, vivid violet · warm · closest name: orchid
RGB
190, 127, 223
HSL
279°, 60%, 69%
CMYK
15, 43, 0, 13
Luminance
0.3145
Every format
| HEX | #be7fdf |
| RGB | rgb(190, 127, 223) |
| HSL | hsl(279, 60%, 69%) |
| CMYK | cmyk(15%, 43%, 0%, 13%) |
| LAB | lab(62.9 41.2 -39.5) |
| LCH | lch(62.9 57.1 316.2) |
| OKLCH | oklch(0.697 0.150 313.2) |
Copy-ready code
/* CSS */
color: #be7fdf;
background-color: #be7fdf;
/* Tailwind (arbitrary) */
class="text-[#be7fdf] bg-[#be7fdf]"
/* SCSS */
$brand: #be7fdf;
/* SwiftUI */
Color(red: 0.745, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#be7fdf")Accessibility — WCAG contrast
Aa
#be7fdf on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#be7fdf on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green49.8%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#be7fdf text on a black background
contrast 7.29:1
Card sample
#be7fdf text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be7fdf;
Background color
Panel with #be7fdf background
background-color: #be7fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be7fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be7fdf; background: linear-gradient(135deg, #be7fdf, #DF7FC0);