#be25df
a balanced, vivid violet · warm · closest name: magenta
RGB
190, 37, 223
HSL
289°, 74%, 51%
CMYK
15, 83, 0, 13
Luminance
0.1760
Every format
| HEX | #be25df |
| RGB | rgb(190, 37, 223) |
| HSL | hsl(289, 74%, 51%) |
| CMYK | cmyk(15%, 83%, 0%, 13%) |
| LAB | lab(49.0 78.9 -61.6) |
| LCH | lch(49.0 100.1 322.0) |
| OKLCH | oklch(0.596 0.266 319.3) |
Copy-ready code
/* CSS */
color: #be25df;
background-color: #be25df;
/* Tailwind (arbitrary) */
class="text-[#be25df] bg-[#be25df]"
/* SCSS */
$brand: #be25df;
/* SwiftUI */
Color(red: 0.745, green: 0.145, blue: 0.875)
/* Android */
Color.parseColor("#be25df")Accessibility — WCAG contrast
Aa
#be25df on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#be25df on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green14.5%
Blue87.5%
CMYK percentages
Cyan14.8%
Magenta83.4%
Yellow0.0%
Key (black)12.5%
Color previews
#be25df text on a black background
contrast 4.52:1
Card sample
#be25df text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #be25df;
Background color
Panel with #be25df background
background-color: #be25df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #be25df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 37, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 37, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #be25df; background: linear-gradient(135deg, #be25df, #DF2584);