#b00dfd
a balanced, electric violet · warm · closest name: magenta
RGB
176, 13, 253
HSL
281°, 98%, 52%
CMYK
30, 95, 0, 1
Luminance
0.1661
Every format
| HEX | #b00dfd |
| RGB | rgb(176, 13, 253) |
| HSL | hsl(281, 98%, 52%) |
| CMYK | cmyk(30%, 95%, 0%, 1%) |
| LAB | lab(47.8 86.2 -80.7) |
| LCH | lch(47.8 118.0 316.9) |
| OKLCH | oklch(0.590 0.295 309.0) |
Copy-ready code
/* CSS */
color: #b00dfd;
background-color: #b00dfd;
/* Tailwind (arbitrary) */
class="text-[#b00dfd] bg-[#b00dfd]"
/* SCSS */
$brand: #b00dfd;
/* SwiftUI */
Color(red: 0.690, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#b00dfd")Accessibility — WCAG contrast
Aa
#b00dfd on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b00dfd on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green5.1%
Blue99.2%
CMYK percentages
Cyan30.4%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b00dfd text on a black background
contrast 4.32:1
Card sample
#b00dfd text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b00dfd;
Background color
Panel with #b00dfd background
background-color: #b00dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b00dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b00dfd; background: linear-gradient(135deg, #b00dfd, #FD0DAA);