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