#b024cf
a balanced, vivid violet · warm · closest name: magenta
RGB
176, 36, 207
HSL
289°, 70%, 48%
CMYK
15, 83, 0, 19
Luminance
0.1500
Every format
| HEX | #b024cf |
| RGB | rgb(176, 36, 207) |
| HSL | hsl(289, 70%, 48%) |
| CMYK | cmyk(15%, 83%, 0%, 19%) |
| LAB | lab(45.6 74.0 -58.0) |
| LCH | lch(45.6 94.0 321.9) |
| OKLCH | oklch(0.565 0.250 319.1) |
Copy-ready code
/* CSS */
color: #b024cf;
background-color: #b024cf;
/* Tailwind (arbitrary) */
class="text-[#b024cf] bg-[#b024cf]"
/* SCSS */
$brand: #b024cf;
/* SwiftUI */
Color(red: 0.690, green: 0.141, blue: 0.812)
/* Android */
Color.parseColor("#b024cf")Accessibility — WCAG contrast
Aa
#b024cf on white: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b024cf on black: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green14.1%
Blue81.2%
CMYK percentages
Cyan15.0%
Magenta82.6%
Yellow0.0%
Key (black)18.8%
Color previews
#b024cf text on a black background
contrast 4.00:1
Card sample
#b024cf text on a white background
contrast 5.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b024cf;
Background color
Panel with #b024cf background
background-color: #b024cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b024cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 36, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 36, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b024cf; background: linear-gradient(135deg, #b024cf, #CF247C);