#bc0af3
a balanced, electric violet · warm · closest name: magenta
RGB
188, 10, 243
HSL
286°, 92%, 50%
CMYK
23, 96, 0, 5
Luminance
0.1738
Every format
| HEX | #bc0af3 |
| RGB | rgb(188, 10, 243) |
| HSL | hsl(286, 92%, 50%) |
| CMYK | cmyk(23%, 96%, 0%, 5%) |
| LAB | lab(48.7 86.1 -73.4) |
| LCH | lch(48.7 113.2 319.6) |
| OKLCH | oklch(0.598 0.292 314.6) |
Copy-ready code
/* CSS */
color: #bc0af3;
background-color: #bc0af3;
/* Tailwind (arbitrary) */
class="text-[#bc0af3] bg-[#bc0af3]"
/* SCSS */
$brand: #bc0af3;
/* SwiftUI */
Color(red: 0.737, green: 0.039, blue: 0.953)
/* Android */
Color.parseColor("#bc0af3")Accessibility — WCAG contrast
Aa
#bc0af3 on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bc0af3 on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green3.9%
Blue95.3%
CMYK percentages
Cyan22.6%
Magenta95.9%
Yellow0.0%
Key (black)4.7%
Color previews
#bc0af3 text on a black background
contrast 4.48:1
Card sample
#bc0af3 text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc0af3;
Background color
Panel with #bc0af3 background
background-color: #bc0af3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc0af3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 10, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 10, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc0af3; background: linear-gradient(135deg, #bc0af3, #F30A8F);