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