#b01dfd
a balanced, electric violet · warm · closest name: magenta
RGB
176, 29, 253
HSL
279°, 98%, 55%
CMYK
30, 89, 0, 1
Luminance
0.1720
Every format
| HEX | #b01dfd |
| RGB | rgb(176, 29, 253) |
| HSL | hsl(279, 98%, 55%) |
| CMYK | cmyk(30%, 89%, 0%, 1%) |
| LAB | lab(48.5 83.9 -79.4) |
| LCH | lch(48.5 115.5 316.6) |
| OKLCH | oklch(0.595 0.290 308.7) |
Copy-ready code
/* CSS */
color: #b01dfd;
background-color: #b01dfd;
/* Tailwind (arbitrary) */
class="text-[#b01dfd] bg-[#b01dfd]"
/* SCSS */
$brand: #b01dfd;
/* SwiftUI */
Color(red: 0.690, green: 0.114, blue: 0.992)
/* Android */
Color.parseColor("#b01dfd")Accessibility — WCAG contrast
Aa
#b01dfd on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b01dfd on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green11.4%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta88.5%
Yellow0.0%
Key (black)0.8%
Color previews
#b01dfd text on a black background
contrast 4.44:1
Card sample
#b01dfd text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b01dfd;
Background color
Panel with #b01dfd background
background-color: #b01dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b01dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 29, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 29, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b01dfd; background: linear-gradient(135deg, #b01dfd, #FD1DB5);