#b024da
a balanced, vivid violet · warm · closest name: magenta
RGB
176, 36, 218
HSL
286°, 72%, 50%
CMYK
19, 84, 0, 15
Luminance
0.1555
Every format
| HEX | #b024da |
| RGB | rgb(176, 36, 218) |
| HSL | hsl(286, 72%, 50%) |
| CMYK | cmyk(19%, 84%, 0%, 15%) |
| LAB | lab(46.4 76.0 -63.1) |
| LCH | lch(46.4 98.8 320.3) |
| OKLCH | oklch(0.572 0.258 316.3) |
Copy-ready code
/* CSS */
color: #b024da;
background-color: #b024da;
/* Tailwind (arbitrary) */
class="text-[#b024da] bg-[#b024da]"
/* SCSS */
$brand: #b024da;
/* SwiftUI */
Color(red: 0.690, green: 0.141, blue: 0.855)
/* Android */
Color.parseColor("#b024da")Accessibility — WCAG contrast
Aa
#b024da on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b024da on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green14.1%
Blue85.5%
CMYK percentages
Cyan19.3%
Magenta83.5%
Yellow0.0%
Key (black)14.5%
Color previews
#b024da text on a black background
contrast 4.11:1
Card sample
#b024da text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b024da;
Background color
Panel with #b024da background
background-color: #b024da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b024da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 36, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 36, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b024da; background: linear-gradient(135deg, #b024da, #DA248B);