#bd29df
a balanced, vivid violet · warm · closest name: magenta
RGB
189, 41, 223
HSL
289°, 74%, 52%
CMYK
15, 82, 0, 13
Luminance
0.1773
Every format
| HEX | #bd29df |
| RGB | rgb(189, 41, 223) |
| HSL | hsl(289, 74%, 52%) |
| CMYK | cmyk(15%, 82%, 0%, 13%) |
| LAB | lab(49.2 77.8 -61.4) |
| LCH | lch(49.2 99.1 321.7) |
| OKLCH | oklch(0.597 0.263 318.9) |
Copy-ready code
/* CSS */
color: #bd29df;
background-color: #bd29df;
/* Tailwind (arbitrary) */
class="text-[#bd29df] bg-[#bd29df]"
/* SCSS */
$brand: #bd29df;
/* SwiftUI */
Color(red: 0.741, green: 0.161, blue: 0.875)
/* Android */
Color.parseColor("#bd29df")Accessibility — WCAG contrast
Aa
#bd29df on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd29df on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green16.1%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta81.6%
Yellow0.0%
Key (black)12.5%
Color previews
#bd29df text on a black background
contrast 4.55:1
Card sample
#bd29df text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd29df;
Background color
Panel with #bd29df background
background-color: #bd29df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd29df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 41, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 41, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd29df; background: linear-gradient(135deg, #bd29df, #DF2988);