#bc33fd
a balanced, electric violet · warm · closest name: magenta
RGB
188, 51, 253
HSL
281°, 98%, 60%
CMYK
26, 80, 0, 1
Luminance
0.2015
Every format
| HEX | #bc33fd |
| RGB | rgb(188, 51, 253) |
| HSL | hsl(281, 98%, 60%) |
| CMYK | cmyk(26%, 80%, 0%, 1%) |
| LAB | lab(52.0 80.5 -73.7) |
| LCH | lch(52.0 109.1 317.5) |
| OKLCH | oklch(0.623 0.279 311.4) |
Copy-ready code
/* CSS */
color: #bc33fd;
background-color: #bc33fd;
/* Tailwind (arbitrary) */
class="text-[#bc33fd] bg-[#bc33fd]"
/* SCSS */
$brand: #bc33fd;
/* SwiftUI */
Color(red: 0.737, green: 0.200, blue: 0.992)
/* Android */
Color.parseColor("#bc33fd")Accessibility — WCAG contrast
Aa
#bc33fd on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc33fd on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green20.0%
Blue99.2%
CMYK percentages
Cyan25.7%
Magenta79.8%
Yellow0.0%
Key (black)0.8%
Color previews
#bc33fd text on a black background
contrast 5.03:1
Card sample
#bc33fd text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc33fd;
Background color
Panel with #bc33fd background
background-color: #bc33fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc33fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 51, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 51, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc33fd; background: linear-gradient(135deg, #bc33fd, #FD33B7);