#bf4edf
a balanced, vivid violet · warm · closest name: orchid
RGB
191, 78, 223
HSL
287°, 69%, 59%
CMYK
14, 65, 0, 13
Luminance
0.2185
Every format
| HEX | #bf4edf |
| RGB | rgb(191, 78, 223) |
| HSL | hsl(287, 69%, 59%) |
| CMYK | cmyk(14%, 65%, 0%, 13%) |
| LAB | lab(53.9 65.6 -53.8) |
| LCH | lch(53.9 84.9 320.7) |
| OKLCH | oklch(0.631 0.225 318.0) |
Copy-ready code
/* CSS */
color: #bf4edf;
background-color: #bf4edf;
/* Tailwind (arbitrary) */
class="text-[#bf4edf] bg-[#bf4edf]"
/* SCSS */
$brand: #bf4edf;
/* SwiftUI */
Color(red: 0.749, green: 0.306, blue: 0.875)
/* Android */
Color.parseColor("#bf4edf")Accessibility — WCAG contrast
Aa
#bf4edf on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf4edf on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green30.6%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta65.0%
Yellow0.0%
Key (black)12.5%
Color previews
#bf4edf text on a black background
contrast 5.37:1
Card sample
#bf4edf text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf4edf;
Background color
Panel with #bf4edf background
background-color: #bf4edf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf4edf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 78, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 78, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf4edf; background: linear-gradient(135deg, #bf4edf, #DF4E9E);