#bd71df
a light, vivid violet · warm · closest name: orchid
RGB
189, 113, 223
HSL
282°, 63%, 66%
CMYK
15, 49, 0, 13
Luminance
0.2796
Every format
| HEX | #bd71df |
| RGB | rgb(189, 113, 223) |
| HSL | hsl(282, 63%, 66%) |
| CMYK | cmyk(15%, 49%, 0%, 13%) |
| LAB | lab(59.9 48.4 -44.3) |
| LCH | lch(59.9 65.6 317.5) |
| OKLCH | oklch(0.674 0.173 314.5) |
Copy-ready code
/* CSS */
color: #bd71df;
background-color: #bd71df;
/* Tailwind (arbitrary) */
class="text-[#bd71df] bg-[#bd71df]"
/* SCSS */
$brand: #bd71df;
/* SwiftUI */
Color(red: 0.741, green: 0.443, blue: 0.875)
/* Android */
Color.parseColor("#bd71df")Accessibility — WCAG contrast
Aa
#bd71df on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd71df on black: 6.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green44.3%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta49.3%
Yellow0.0%
Key (black)12.5%
Color previews
#bd71df text on a black background
contrast 6.59:1
Card sample
#bd71df text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd71df;
Background color
Panel with #bd71df background
background-color: #bd71df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd71df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 113, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 113, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd71df; background: linear-gradient(135deg, #bd71df, #DF71B8);