#bf29eb
a balanced, electric violet · warm · closest name: magenta
RGB
191, 41, 235
HSL
286°, 83%, 54%
CMYK
19, 83, 0, 8
Luminance
0.1866
Every format
| HEX | #bf29eb |
| RGB | rgb(191, 41, 235) |
| HSL | hsl(286, 83%, 54%) |
| CMYK | cmyk(19%, 83%, 0%, 8%) |
| LAB | lab(50.3 80.2 -66.3) |
| LCH | lch(50.3 104.1 320.4) |
| OKLCH | oklch(0.608 0.273 316.6) |
Copy-ready code
/* CSS */
color: #bf29eb;
background-color: #bf29eb;
/* Tailwind (arbitrary) */
class="text-[#bf29eb] bg-[#bf29eb]"
/* SCSS */
$brand: #bf29eb;
/* SwiftUI */
Color(red: 0.749, green: 0.161, blue: 0.922)
/* Android */
Color.parseColor("#bf29eb")Accessibility — WCAG contrast
Aa
#bf29eb on white: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf29eb on black: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green16.1%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta82.6%
Yellow0.0%
Key (black)7.8%
Color previews
#bf29eb text on a black background
contrast 4.73:1
Card sample
#bf29eb text on a white background
contrast 4.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf29eb;
Background color
Panel with #bf29eb background
background-color: #bf29eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf29eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 41, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 41, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf29eb; background: linear-gradient(135deg, #bf29eb, #EB2996);