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