#bc29fd
a balanced, electric violet · warm · closest name: magenta
RGB
188, 41, 253
HSL
282°, 98%, 58%
CMYK
26, 84, 0, 1
Luminance
0.1937
Every format
| HEX | #bc29fd |
| RGB | rgb(188, 41, 253) |
| HSL | hsl(282, 98%, 58%) |
| CMYK | cmyk(26%, 84%, 0%, 1%) |
| LAB | lab(51.1 83.1 -75.1) |
| LCH | lch(51.1 112.0 317.9) |
| OKLCH | oklch(0.617 0.286 311.8) |
Copy-ready code
/* CSS */
color: #bc29fd;
background-color: #bc29fd;
/* Tailwind (arbitrary) */
class="text-[#bc29fd] bg-[#bc29fd]"
/* SCSS */
$brand: #bc29fd;
/* SwiftUI */
Color(red: 0.737, green: 0.161, blue: 0.992)
/* Android */
Color.parseColor("#bc29fd")Accessibility — WCAG contrast
Aa
#bc29fd on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc29fd on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green16.1%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta83.8%
Yellow0.0%
Key (black)0.8%
Color previews
#bc29fd text on a black background
contrast 4.87:1
Card sample
#bc29fd text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc29fd;
Background color
Panel with #bc29fd background
background-color: #bc29fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc29fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 41, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 41, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc29fd; background: linear-gradient(135deg, #bc29fd, #FD29B1);