#bd2ddf
a balanced, vivid violet · warm · closest name: magenta
RGB
189, 45, 223
HSL
289°, 74%, 53%
CMYK
15, 80, 0, 13
Luminance
0.1802
Every format
| HEX | #bd2ddf |
| RGB | rgb(189, 45, 223) |
| HSL | hsl(289, 74%, 53%) |
| CMYK | cmyk(15%, 80%, 0%, 13%) |
| LAB | lab(49.5 76.8 -60.8) |
| LCH | lch(49.5 97.9 321.6) |
| OKLCH | oklch(0.599 0.260 318.8) |
Copy-ready code
/* CSS */
color: #bd2ddf;
background-color: #bd2ddf;
/* Tailwind (arbitrary) */
class="text-[#bd2ddf] bg-[#bd2ddf]"
/* SCSS */
$brand: #bd2ddf;
/* SwiftUI */
Color(red: 0.741, green: 0.176, blue: 0.875)
/* Android */
Color.parseColor("#bd2ddf")Accessibility — WCAG contrast
Aa
#bd2ddf on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd2ddf on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green17.6%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta79.8%
Yellow0.0%
Key (black)12.5%
Color previews
#bd2ddf text on a black background
contrast 4.60:1
Card sample
#bd2ddf text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd2ddf;
Background color
Panel with #bd2ddf background
background-color: #bd2ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd2ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 45, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 45, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd2ddf; background: linear-gradient(135deg, #bd2ddf, #DF2D8A);