#b024db
a balanced, vivid violet · warm · closest name: magenta
RGB
176, 36, 219
HSL
286°, 72%, 50%
CMYK
20, 84, 0, 14
Luminance
0.1561
Every format
| HEX | #b024db |
| RGB | rgb(176, 36, 219) |
| HSL | hsl(286, 72%, 50%) |
| CMYK | cmyk(20%, 84%, 0%, 14%) |
| LAB | lab(46.5 76.2 -63.6) |
| LCH | lch(46.5 99.2 320.1) |
| OKLCH | oklch(0.573 0.259 316.1) |
Copy-ready code
/* CSS */
color: #b024db;
background-color: #b024db;
/* Tailwind (arbitrary) */
class="text-[#b024db] bg-[#b024db]"
/* SCSS */
$brand: #b024db;
/* SwiftUI */
Color(red: 0.690, green: 0.141, blue: 0.859)
/* Android */
Color.parseColor("#b024db")Accessibility — WCAG contrast
Aa
#b024db on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b024db on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green14.1%
Blue85.9%
CMYK percentages
Cyan19.6%
Magenta83.6%
Yellow0.0%
Key (black)14.1%
Color previews
#b024db text on a black background
contrast 4.12:1
Card sample
#b024db text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b024db;
Background color
Panel with #b024db background
background-color: #b024db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b024db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 36, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 36, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b024db; background: linear-gradient(135deg, #b024db, #DB248C);