#bd4fd2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
189, 79, 210
HSL
290°, 59%, 57%
CMYK
10, 62, 0, 18
Luminance
0.2106
Every format
| HEX | #bd4fd2 |
| RGB | rgb(189, 79, 210) |
| HSL | hsl(290, 59%, 57%) |
| CMYK | cmyk(10%, 62%, 0%, 18%) |
| LAB | lab(53.0 62.3 -47.8) |
| LCH | lch(53.0 78.5 322.5) |
| OKLCH | oklch(0.622 0.211 320.9) |
Copy-ready code
/* CSS */
color: #bd4fd2;
background-color: #bd4fd2;
/* Tailwind (arbitrary) */
class="text-[#bd4fd2] bg-[#bd4fd2]"
/* SCSS */
$brand: #bd4fd2;
/* SwiftUI */
Color(red: 0.741, green: 0.310, blue: 0.824)
/* Android */
Color.parseColor("#bd4fd2")Accessibility — WCAG contrast
Aa
#bd4fd2 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd4fd2 on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green31.0%
Blue82.4%
CMYK percentages
Cyan10.0%
Magenta62.4%
Yellow0.0%
Key (black)17.6%
Color previews
#bd4fd2 text on a black background
contrast 5.21:1
Card sample
#bd4fd2 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd4fd2;
Background color
Panel with #bd4fd2 background
background-color: #bd4fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd4fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 79, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 79, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd4fd2; background: linear-gradient(135deg, #bd4fd2, #D24F90);