#be7cdf
a light, vivid violet · warm · closest name: orchid
RGB
190, 124, 223
HSL
280°, 61%, 68%
CMYK
15, 44, 0, 13
Luminance
0.3069
Every format
| HEX | #be7cdf |
| RGB | rgb(190, 124, 223) |
| HSL | hsl(280, 61%, 68%) |
| CMYK | cmyk(15%, 44%, 0%, 13%) |
| LAB | lab(62.3 42.8 -40.5) |
| LCH | lch(62.3 59.0 316.6) |
| OKLCH | oklch(0.692 0.155 313.6) |
Copy-ready code
/* CSS */
color: #be7cdf;
background-color: #be7cdf;
/* Tailwind (arbitrary) */
class="text-[#be7cdf] bg-[#be7cdf]"
/* SCSS */
$brand: #be7cdf;
/* SwiftUI */
Color(red: 0.745, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#be7cdf")Accessibility — WCAG contrast
Aa
#be7cdf on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#be7cdf on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green48.6%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#be7cdf text on a black background
contrast 7.14:1
Card sample
#be7cdf text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be7cdf;
Background color
Panel with #be7cdf background
background-color: #be7cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be7cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be7cdf; background: linear-gradient(135deg, #be7cdf, #DF7CBE);