#be76df
a light, vivid violet · warm · closest name: orchid
RGB
190, 118, 223
HSL
281°, 62%, 67%
CMYK
15, 47, 0, 13
Luminance
0.2923
Every format
| HEX | #be76df |
| RGB | rgb(190, 118, 223) |
| HSL | hsl(281, 62%, 67%) |
| CMYK | cmyk(15%, 47%, 0%, 13%) |
| LAB | lab(61.0 46.0 -42.5) |
| LCH | lch(61.0 62.7 317.3) |
| OKLCH | oklch(0.683 0.165 314.4) |
Copy-ready code
/* CSS */
color: #be76df;
background-color: #be76df;
/* Tailwind (arbitrary) */
class="text-[#be76df] bg-[#be76df]"
/* SCSS */
$brand: #be76df;
/* SwiftUI */
Color(red: 0.745, green: 0.463, blue: 0.875)
/* Android */
Color.parseColor("#be76df")Accessibility — WCAG contrast
Aa
#be76df on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be76df on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green46.3%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta47.1%
Yellow0.0%
Key (black)12.5%
Color previews
#be76df text on a black background
contrast 6.85:1
Card sample
#be76df text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be76df;
Background color
Panel with #be76df background
background-color: #be76df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be76df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 118, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 118, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be76df; background: linear-gradient(135deg, #be76df, #DF76BA);