#bf03cc
a dark, electric magenta / pink · warm · closest name: magenta
RGB
191, 3, 204
HSL
296°, 97%, 41%
CMYK
6, 99, 0, 20
Luminance
0.1550
Every format
| HEX | #bf03cc |
| RGB | rgb(191, 3, 204) |
| HSL | hsl(296, 97%, 41%) |
| CMYK | cmyk(6%, 99%, 0%, 20%) |
| LAB | lab(46.3 80.7 -55.1) |
| LCH | lch(46.3 97.7 325.7) |
| OKLCH | oklch(0.574 0.267 324.8) |
Copy-ready code
/* CSS */
color: #bf03cc;
background-color: #bf03cc;
/* Tailwind (arbitrary) */
class="text-[#bf03cc] bg-[#bf03cc]"
/* SCSS */
$brand: #bf03cc;
/* SwiftUI */
Color(red: 0.749, green: 0.012, blue: 0.800)
/* Android */
Color.parseColor("#bf03cc")Accessibility — WCAG contrast
Aa
#bf03cc on white: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf03cc on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green1.2%
Blue80.0%
CMYK percentages
Cyan6.4%
Magenta98.5%
Yellow0.0%
Key (black)20.0%
Color previews
#bf03cc text on a black background
contrast 4.10:1
Card sample
#bf03cc text on a white background
contrast 5.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf03cc;
Background color
Panel with #bf03cc background
background-color: #bf03cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf03cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 3, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 3, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf03cc; background: linear-gradient(135deg, #bf03cc, #CC0353);