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