#be69df
a balanced, vivid violet · warm · closest name: orchid
RGB
190, 105, 223
HSL
283°, 65%, 64%
CMYK
15, 53, 0, 13
Luminance
0.2638
Every format
| HEX | #be69df |
| RGB | rgb(190, 105, 223) |
| HSL | hsl(283, 65%, 64%) |
| CMYK | cmyk(15%, 53%, 0%, 13%) |
| LAB | lab(58.4 52.8 -46.6) |
| LCH | lch(58.4 70.4 318.5) |
| OKLCH | oklch(0.663 0.186 315.7) |
Copy-ready code
/* CSS */
color: #be69df;
background-color: #be69df;
/* Tailwind (arbitrary) */
class="text-[#be69df] bg-[#be69df]"
/* SCSS */
$brand: #be69df;
/* SwiftUI */
Color(red: 0.745, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#be69df")Accessibility — WCAG contrast
Aa
#be69df on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be69df on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green41.2%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta52.9%
Yellow0.0%
Key (black)12.5%
Color previews
#be69df text on a black background
contrast 6.28:1
Card sample
#be69df text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be69df;
Background color
Panel with #be69df background
background-color: #be69df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be69df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be69df; background: linear-gradient(135deg, #be69df, #DF69B1);