#be45df
a balanced, vivid violet · warm · closest name: orchid
RGB
190, 69, 223
HSL
287°, 71%, 57%
CMYK
15, 69, 0, 13
Luminance
0.2053
Every format
| HEX | #be45df |
| RGB | rgb(190, 69, 223) |
| HSL | hsl(287, 71%, 57%) |
| CMYK | cmyk(15%, 69%, 0%, 13%) |
| LAB | lab(52.4 69.0 -56.1) |
| LCH | lch(52.4 89.0 320.9) |
| OKLCH | oklch(0.620 0.236 318.1) |
Copy-ready code
/* CSS */
color: #be45df;
background-color: #be45df;
/* Tailwind (arbitrary) */
class="text-[#be45df] bg-[#be45df]"
/* SCSS */
$brand: #be45df;
/* SwiftUI */
Color(red: 0.745, green: 0.271, blue: 0.875)
/* Android */
Color.parseColor("#be45df")Accessibility — WCAG contrast
Aa
#be45df on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#be45df on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green27.1%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta69.1%
Yellow0.0%
Key (black)12.5%
Color previews
#be45df text on a black background
contrast 5.11:1
Card sample
#be45df text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be45df;
Background color
Panel with #be45df background
background-color: #be45df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be45df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 69, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 69, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be45df; background: linear-gradient(135deg, #be45df, #DF459A);