#b24dfd
a balanced, electric violet · warm · closest name: magenta
RGB
178, 77, 253
HSL
274°, 98%, 65%
CMYK
30, 70, 0, 1
Luminance
0.2186
Every format
| HEX | #b24dfd |
| RGB | rgb(178, 77, 253) |
| HSL | hsl(274, 98%, 65%) |
| CMYK | cmyk(30%, 70%, 0%, 1%) |
| LAB | lab(53.9 69.5 -70.7) |
| LCH | lch(53.9 99.1 314.5) |
| OKLCH | oklch(0.633 0.250 306.8) |
Copy-ready code
/* CSS */
color: #b24dfd;
background-color: #b24dfd;
/* Tailwind (arbitrary) */
class="text-[#b24dfd] bg-[#b24dfd]"
/* SCSS */
$brand: #b24dfd;
/* SwiftUI */
Color(red: 0.698, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#b24dfd")Accessibility — WCAG contrast
Aa
#b24dfd on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b24dfd on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green30.2%
Blue99.2%
CMYK percentages
Cyan29.6%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#b24dfd text on a black background
contrast 5.37:1
Card sample
#b24dfd text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b24dfd;
Background color
Panel with #b24dfd background
background-color: #b24dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b24dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b24dfd; background: linear-gradient(135deg, #b24dfd, #FD4DD3);