#bd2cdb
a balanced, vivid violet · warm · closest name: magenta
RGB
189, 44, 219
HSL
290°, 71%, 52%
CMYK
14, 80, 0, 14
Luminance
0.1773
Every format
| HEX | #bd2cdb |
| RGB | rgb(189, 44, 219) |
| HSL | hsl(290, 71%, 52%) |
| CMYK | cmyk(14%, 80%, 0%, 14%) |
| LAB | lab(49.2 76.3 -59.1) |
| LCH | lch(49.2 96.5 322.3) |
| OKLCH | oklch(0.596 0.257 319.8) |
Copy-ready code
/* CSS */
color: #bd2cdb;
background-color: #bd2cdb;
/* Tailwind (arbitrary) */
class="text-[#bd2cdb] bg-[#bd2cdb]"
/* SCSS */
$brand: #bd2cdb;
/* SwiftUI */
Color(red: 0.741, green: 0.173, blue: 0.859)
/* Android */
Color.parseColor("#bd2cdb")Accessibility — WCAG contrast
Aa
#bd2cdb on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd2cdb on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green17.3%
Blue85.9%
CMYK percentages
Cyan13.7%
Magenta79.9%
Yellow0.0%
Key (black)14.1%
Color previews
#bd2cdb text on a black background
contrast 4.55:1
Card sample
#bd2cdb text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd2cdb;
Background color
Panel with #bd2cdb background
background-color: #bd2cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd2cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 44, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 44, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd2cdb; background: linear-gradient(135deg, #bd2cdb, #DB2C84);