#bd0df2
a balanced, electric violet · warm · closest name: magenta
RGB
189, 13, 242
HSL
286°, 90%, 50%
CMYK
22, 95, 0, 5
Luminance
0.1752
Every format
| HEX | #bd0df2 |
| RGB | rgb(189, 13, 242) |
| HSL | hsl(286, 90%, 50%) |
| CMYK | cmyk(22%, 95%, 0%, 5%) |
| LAB | lab(48.9 85.8 -72.5) |
| LCH | lch(48.9 112.4 319.8) |
| OKLCH | oklch(0.599 0.291 315.0) |
Copy-ready code
/* CSS */
color: #bd0df2;
background-color: #bd0df2;
/* Tailwind (arbitrary) */
class="text-[#bd0df2] bg-[#bd0df2]"
/* SCSS */
$brand: #bd0df2;
/* SwiftUI */
Color(red: 0.741, green: 0.051, blue: 0.949)
/* Android */
Color.parseColor("#bd0df2")Accessibility — WCAG contrast
Aa
#bd0df2 on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bd0df2 on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green5.1%
Blue94.9%
CMYK percentages
Cyan21.9%
Magenta94.6%
Yellow0.0%
Key (black)5.1%
Color previews
#bd0df2 text on a black background
contrast 4.50:1
Card sample
#bd0df2 text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd0df2;
Background color
Panel with #bd0df2 background
background-color: #bd0df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd0df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 13, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 13, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd0df2; background: linear-gradient(135deg, #bd0df2, #F20D8E);