#b003fc
a balanced, electric violet · warm · closest name: magenta
RGB
176, 3, 252
HSL
282°, 98%, 50%
CMYK
30, 99, 0, 1
Luminance
0.1632
Every format
| HEX | #b003fc |
| RGB | rgb(176, 3, 252) |
| HSL | hsl(282, 98%, 50%) |
| CMYK | cmyk(30%, 99%, 0%, 1%) |
| LAB | lab(47.4 86.8 -80.7) |
| LCH | lch(47.4 118.5 317.1) |
| OKLCH | oklch(0.587 0.297 309.3) |
Copy-ready code
/* CSS */
color: #b003fc;
background-color: #b003fc;
/* Tailwind (arbitrary) */
class="text-[#b003fc] bg-[#b003fc]"
/* SCSS */
$brand: #b003fc;
/* SwiftUI */
Color(red: 0.690, green: 0.012, blue: 0.988)
/* Android */
Color.parseColor("#b003fc")Accessibility — WCAG contrast
Aa
#b003fc on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b003fc on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green1.2%
Blue98.8%
CMYK percentages
Cyan30.2%
Magenta98.8%
Yellow0.0%
Key (black)1.2%
Color previews
#b003fc text on a black background
contrast 4.26:1
Card sample
#b003fc text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b003fc;
Background color
Panel with #b003fc background
background-color: #b003fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b003fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 3, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 3, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b003fc; background: linear-gradient(135deg, #b003fc, #FC03A2);