#bf71eb
a light, electric violet · warm · closest name: orchid
RGB
191, 113, 235
HSL
278°, 75%, 68%
CMYK
19, 52, 0, 8
Luminance
0.2888
Every format
| HEX | #bf71eb |
| RGB | rgb(191, 113, 235) |
| HSL | hsl(278, 75%, 68%) |
| CMYK | cmyk(19%, 52%, 0%, 8%) |
| LAB | lab(60.7 51.5 -49.7) |
| LCH | lch(60.7 71.5 316.0) |
| OKLCH | oklch(0.683 0.187 312.0) |
Copy-ready code
/* CSS */
color: #bf71eb;
background-color: #bf71eb;
/* Tailwind (arbitrary) */
class="text-[#bf71eb] bg-[#bf71eb]"
/* SCSS */
$brand: #bf71eb;
/* SwiftUI */
Color(red: 0.749, green: 0.443, blue: 0.922)
/* Android */
Color.parseColor("#bf71eb")Accessibility — WCAG contrast
Aa
#bf71eb on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf71eb on black: 6.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green44.3%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta51.9%
Yellow0.0%
Key (black)7.8%
Color previews
#bf71eb text on a black background
contrast 6.78:1
Card sample
#bf71eb text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf71eb;
Background color
Panel with #bf71eb background
background-color: #bf71eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf71eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 113, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 113, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf71eb; background: linear-gradient(135deg, #bf71eb, #EB71C6);