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