#bf68eb
a light, electric violet · warm · closest name: orchid
RGB
191, 104, 235
HSL
280°, 77%, 67%
CMYK
19, 56, 0, 8
Luminance
0.2698
Every format
| HEX | #bf68eb |
| RGB | rgb(191, 104, 235) |
| HSL | hsl(280, 77%, 67%) |
| CMYK | cmyk(19%, 56%, 0%, 8%) |
| LAB | lab(59.0 56.0 -52.4) |
| LCH | lch(59.0 76.7 316.9) |
| OKLCH | oklch(0.670 0.201 312.9) |
Copy-ready code
/* CSS */
color: #bf68eb;
background-color: #bf68eb;
/* Tailwind (arbitrary) */
class="text-[#bf68eb] bg-[#bf68eb]"
/* SCSS */
$brand: #bf68eb;
/* SwiftUI */
Color(red: 0.749, green: 0.408, blue: 0.922)
/* Android */
Color.parseColor("#bf68eb")Accessibility — WCAG contrast
Aa
#bf68eb on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf68eb on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green40.8%
Blue92.2%
CMYK percentages
Cyan18.7%
Magenta55.7%
Yellow0.0%
Key (black)7.8%
Color previews
#bf68eb text on a black background
contrast 6.40:1
Card sample
#bf68eb text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf68eb;
Background color
Panel with #bf68eb background
background-color: #bf68eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf68eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 104, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 104, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf68eb; background: linear-gradient(135deg, #bf68eb, #EB68C0);