#bd2cf0
a balanced, electric violet · warm · closest name: magenta
RGB
189, 44, 240
HSL
284°, 87%, 56%
CMYK
21, 82, 0, 6
Luminance
0.1891
Every format
| HEX | #bd2cf0 |
| RGB | rgb(189, 44, 240) |
| HSL | hsl(284, 87%, 56%) |
| CMYK | cmyk(21%, 82%, 0%, 6%) |
| LAB | lab(50.6 80.1 -68.7) |
| LCH | lch(50.6 105.5 319.4) |
| OKLCH | oklch(0.610 0.274 314.8) |
Copy-ready code
/* CSS */
color: #bd2cf0;
background-color: #bd2cf0;
/* Tailwind (arbitrary) */
class="text-[#bd2cf0] bg-[#bd2cf0]"
/* SCSS */
$brand: #bd2cf0;
/* SwiftUI */
Color(red: 0.741, green: 0.173, blue: 0.941)
/* Android */
Color.parseColor("#bd2cf0")Accessibility — WCAG contrast
Aa
#bd2cf0 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd2cf0 on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green17.3%
Blue94.1%
CMYK percentages
Cyan21.2%
Magenta81.7%
Yellow0.0%
Key (black)5.9%
Color previews
#bd2cf0 text on a black background
contrast 4.78:1
Card sample
#bd2cf0 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd2cf0;
Background color
Panel with #bd2cf0 background
background-color: #bd2cf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd2cf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 44, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 44, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd2cf0; background: linear-gradient(135deg, #bd2cf0, #F02CA0);