#b70dfd
a balanced, electric violet · warm · closest name: magenta
RGB
183, 13, 253
HSL
283°, 98%, 52%
CMYK
28, 95, 0, 1
Luminance
0.1745
Every format
| HEX | #b70dfd |
| RGB | rgb(183, 13, 253) |
| HSL | hsl(283, 98%, 52%) |
| CMYK | cmyk(28%, 95%, 0%, 1%) |
| LAB | lab(48.8 87.0 -78.9) |
| LCH | lch(48.8 117.4 317.8) |
| OKLCH | oklch(0.599 0.297 311.0) |
Copy-ready code
/* CSS */
color: #b70dfd;
background-color: #b70dfd;
/* Tailwind (arbitrary) */
class="text-[#b70dfd] bg-[#b70dfd]"
/* SCSS */
$brand: #b70dfd;
/* SwiftUI */
Color(red: 0.718, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#b70dfd")Accessibility — WCAG contrast
Aa
#b70dfd on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b70dfd on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green5.1%
Blue99.2%
CMYK percentages
Cyan27.7%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#b70dfd text on a black background
contrast 4.49:1
Card sample
#b70dfd text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b70dfd;
Background color
Panel with #b70dfd background
background-color: #b70dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b70dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b70dfd; background: linear-gradient(135deg, #b70dfd, #FD0DA3);