#bd2cfd
a balanced, electric violet · warm · closest name: magenta
RGB
189, 44, 253
HSL
282°, 98%, 58%
CMYK
25, 83, 0, 1
Luminance
0.1971
Every format
| HEX | #bd2cfd |
| RGB | rgb(189, 44, 253) |
| HSL | hsl(282, 98%, 58%) |
| CMYK | cmyk(25%, 83%, 0%, 1%) |
| LAB | lab(51.5 82.5 -74.5) |
| LCH | lch(51.5 111.1 317.9) |
| OKLCH | oklch(0.620 0.284 312.0) |
Copy-ready code
/* CSS */
color: #bd2cfd;
background-color: #bd2cfd;
/* Tailwind (arbitrary) */
class="text-[#bd2cfd] bg-[#bd2cfd]"
/* SCSS */
$brand: #bd2cfd;
/* SwiftUI */
Color(red: 0.741, green: 0.173, blue: 0.992)
/* Android */
Color.parseColor("#bd2cfd")Accessibility — WCAG contrast
Aa
#bd2cfd on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd2cfd on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green17.3%
Blue99.2%
CMYK percentages
Cyan25.3%
Magenta82.6%
Yellow0.0%
Key (black)0.8%
Color previews
#bd2cfd text on a black background
contrast 4.94:1
Card sample
#bd2cfd text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd2cfd;
Background color
Panel with #bd2cfd background
background-color: #bd2cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd2cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 44, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 44, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd2cfd; background: linear-gradient(135deg, #bd2cfd, #FD2CB2);