#bd2fef
a balanced, electric violet · warm · closest name: magenta
RGB
189, 47, 239
HSL
284°, 86%, 56%
CMYK
21, 80, 0, 6
Luminance
0.1908
Every format
| HEX | #bd2fef |
| RGB | rgb(189, 47, 239) |
| HSL | hsl(284, 86%, 56%) |
| CMYK | cmyk(21%, 80%, 0%, 6%) |
| LAB | lab(50.8 79.1 -67.8) |
| LCH | lch(50.8 104.2 319.4) |
| OKLCH | oklch(0.612 0.271 314.9) |
Copy-ready code
/* CSS */
color: #bd2fef;
background-color: #bd2fef;
/* Tailwind (arbitrary) */
class="text-[#bd2fef] bg-[#bd2fef]"
/* SCSS */
$brand: #bd2fef;
/* SwiftUI */
Color(red: 0.741, green: 0.184, blue: 0.937)
/* Android */
Color.parseColor("#bd2fef")Accessibility — WCAG contrast
Aa
#bd2fef on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd2fef on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green18.4%
Blue93.7%
CMYK percentages
Cyan20.9%
Magenta80.3%
Yellow0.0%
Key (black)6.3%
Color previews
#bd2fef text on a black background
contrast 4.82:1
Card sample
#bd2fef text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd2fef;
Background color
Panel with #bd2fef background
background-color: #bd2fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd2fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 47, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 47, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd2fef; background: linear-gradient(135deg, #bd2fef, #EF2FA1);