#bf68df
a balanced, vivid violet · warm · closest name: orchid
RGB
191, 104, 223
HSL
284°, 65%, 64%
CMYK
14, 53, 0, 13
Luminance
0.2630
Every format
| HEX | #bf68df |
| RGB | rgb(191, 104, 223) |
| HSL | hsl(284, 65%, 64%) |
| CMYK | cmyk(14%, 53%, 0%, 13%) |
| LAB | lab(58.3 53.5 -46.7) |
| LCH | lch(58.3 71.1 318.9) |
| OKLCH | oklch(0.663 0.188 316.2) |
Copy-ready code
/* CSS */
color: #bf68df;
background-color: #bf68df;
/* Tailwind (arbitrary) */
class="text-[#bf68df] bg-[#bf68df]"
/* SCSS */
$brand: #bf68df;
/* SwiftUI */
Color(red: 0.749, green: 0.408, blue: 0.875)
/* Android */
Color.parseColor("#bf68df")Accessibility — WCAG contrast
Aa
#bf68df on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf68df on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green40.8%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta53.4%
Yellow0.0%
Key (black)12.5%
Color previews
#bf68df text on a black background
contrast 6.26:1
Card sample
#bf68df text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf68df;
Background color
Panel with #bf68df background
background-color: #bf68df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf68df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 104, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 104, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf68df; background: linear-gradient(135deg, #bf68df, #DF68B0);